aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-16 16:04:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-16 16:04:25 +0800
commit700d6bc82ed3e3a83788c6ae27df0124157e847e (patch)
treed708e6a3bb708ea84a201c1d752d8893359b8682
parent5938582ef659b024de1b59d923939721d7a3730b (diff)
downloadgsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar.gz
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar.bz2
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar.lz
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar.xz
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.tar.zst
gsoc2013-empathy-700d6bc82ed3e3a83788c6ae27df0124157e847e.zip
fix identation
-rw-r--r--libempathy-gtk/empathy-theme-adium.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index 5b8989848..921956e74 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);