[telepathy-gabble/master] Fix indentation.

Jonny Lamb jonny.lamb at collabora.co.uk
Wed Jun 3 04:11:13 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/debug.c b/src/debug.c
index 9d90477..47e37c9 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -77,7 +77,7 @@ debug_flag_to_key (GabbleDebugFlags flag)
     {
       GDebugKey key = (GDebugKey) keys[i];
       if (key.value == flag)
-	return key.key;
+        return key.key;
     }
 
   return NULL;
-- 
1.5.6.5




More information about the telepathy-commits mailing list