diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
commit | 89777f0726a0127daddd593c8a28384204cb7aaf (patch) | |
tree | ecfafdadb6e7df01e185119689dfd8bddb748dde /plugins/attachment-reminder | |
parent | 26f133162d798a342fea56a79301caf0117b7d63 (diff) | |
download | gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2 gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip |
Whitespace cleanups.
Diffstat (limited to 'plugins/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/attachment-reminder.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c index 6930812f41..762594517b 100644 --- a/plugins/attachment-reminder/attachment-reminder.c +++ b/plugins/attachment-reminder/attachment-reminder.c @@ -144,9 +144,9 @@ ask_for_missing_attachment (EPlugin *ep, static gboolean get_next_word (GByteArray *msg_text, - guint *from, - const gchar **word, - guint *wlen) + guint *from, + const gchar **word, + guint *wlen) { gboolean new_line; @@ -200,12 +200,12 @@ get_next_word (GByteArray *msg_text, } /* 's1' has s1len bytes of text, while 's2' is NULL-terminated - and *s2len contains how many bytes were read */ + * and *s2len contains how many bytes were read */ static gboolean utf8_casencmp (const gchar *s1, - guint s1len, - const gchar *s2, - guint *s2len) + guint s1len, + const gchar *s2, + guint *s2len) { gunichar u1, u2; guint u1len, u2len; |