From 819f964d9a8cf5c92c5d13e8d1f1ac908f159a8c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 15 Nov 2009 20:38:16 -0800 Subject: 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. --- notmuch-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-show.c') diff --git a/notmuch-show.c b/notmuch-show.c index 9f81ae16..03553d88 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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; -- cgit v1.2.3