diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-11 23:50:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-12 02:14:04 +0800 |
commit | ebcce86769d174cce6e881740c5e9bcedce28e06 (patch) | |
tree | b2cc2d18ceb0c3bd3e78f5b768c1b6926b69bb4a /plugins/bbdb | |
parent | 1e3deb31476cf0026011876327be83e9a47847ee (diff) | |
download | gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.gz gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.zst gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/gaimbuddies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c index df5e4c3695..ebafc85f7a 100644 --- a/plugins/bbdb/gaimbuddies.c +++ b/plugins/bbdb/gaimbuddies.c @@ -531,7 +531,7 @@ get_buddy_icon_from_setting (xmlNodePtr setting) gchar *icon = NULL; icon = get_node_text (setting); - if (icon [0] != '/') { + if (icon[0] != '/') { gchar *path; path = g_build_path ("/", g_get_home_dir (), ".purple/icons", icon, NULL); |