diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-06-05 04:53:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-06-09 01:14:48 +0800 |
commit | f014ab82c81078d60cb1df8c986305c2cc9948c2 (patch) | |
tree | c3bde4e5da923c9ee082fcb994b10c2ce2f61dc2 /mail/em-format-hook.c | |
parent | 7428fc93d58921bab9968a999172b843af2a2244 (diff) | |
download | gsoc2013-evolution-f014ab82c81078d60cb1df8c986305c2cc9948c2.tar.gz gsoc2013-evolution-f014ab82c81078d60cb1df8c986305c2cc9948c2.tar.zst gsoc2013-evolution-f014ab82c81078d60cb1df8c986305c2cc9948c2.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/em-format-hook.c')
-rw-r--r-- | mail/em-format-hook.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-format-hook.c b/mail/em-format-hook.c index 7d16366c0e..f49c370a6e 100644 --- a/mail/em-format-hook.c +++ b/mail/em-format-hook.c @@ -193,7 +193,8 @@ emfh_construct (EPluginHook *eph, EPlugin *ep, xmlNodePtr root) em_format_class_add_handler (klass, &item->handler); } } - /* We don't actually need to keep this around once its set on the class */ + /* We don't actually need to keep this + * around once its set on the class. */ emfh->groups = g_slist_append (emfh->groups, group); } } |