]> git.notmuchmail.org Git - notmuch/commitdiff
Minor whitespace touchup.
authorCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:38:16 +0000 (20:38 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:38:16 +0000 (20:38 -0800)
It's funny that I picked up the habit of always including a space
before a left parenthesis from Keith, and now he's in the habit of
contributing code without it.

notmuch-reply.c
notmuch-show.c

index 42060665743e24534f0bb8db52e8b8110697f81b..d734de39c1da5be3b91b214d05d72b7e76ea9f3c 100644 (file)
@@ -24,7 +24,7 @@
 #include "gmime-filter-reply.h"
 
 static void
 #include "gmime-filter-reply.h"
 
 static void
-reply_part(GMimeObject *part, int *part_count)
+reply_part (GMimeObject *part, int *part_count)
 {
     GMimeContentDisposition *disposition;
     GMimeContentType *content_type;
 {
     GMimeContentDisposition *disposition;
     GMimeContentType *content_type;
index 9f81ae161f1fa4975df8cf721630fbab818539c9..03553d88b30b5abcde0b5c399480a5cf36e55652 100644 (file)
@@ -67,7 +67,7 @@ _get_one_line_summary (void *ctx, notmuch_message_t *message)
 }
 
 static void
 }
 
 static void
-show_part(GMimeObject *part, int *part_count)
+show_part (GMimeObject *part, int *part_count)
 {
     GMimeContentDisposition *disposition;
     GMimeContentType *content_type;
 {
     GMimeContentDisposition *disposition;
     GMimeContentType *content_type;