[empathy: 5/6] fix identation



commit 700d6bc82ed3e3a83788c6ae27df0124157e847e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 16 09:04:25 2010 +0100

    fix identation

 libempathy-gtk/empathy-theme-adium.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index 5b89898..921956e 100644
--- a/libempathy-gtk/empathy-theme-adium.c
+++ b/libempathy-gtk/empathy-theme-adium.c
@@ -988,7 +988,7 @@ theme_adium_get_default_font (void)
 		     EMPATHY_PREFS_DESKTOP_INTERFACE_DOCUMENT_FONT_NAME);
 
 	if (font_family == NULL)
-	return NULL;
+		return NULL;
 
 	pango_fd = pango_font_description_from_string (font_family);
 	g_free (font_family);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]