Minor whitespace touchup.

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.
This commit is contained in:
Carl Worth 2009-11-15 20:38:16 -08:00
parent d136a1e2cf
commit 819f964d9a
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#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;

View file

@ -67,7 +67,7 @@ _get_one_line_summary (void *ctx, notmuch_message_t *message)
}
static void
show_part(GMimeObject *part, int *part_count)
show_part (GMimeObject *part, int *part_count)
{
GMimeContentDisposition *disposition;
GMimeContentType *content_type;