aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:38:16 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:38:16 -0800
commit819f964d9a8cf5c92c5d13e8d1f1ac908f159a8c (patch)
treee565ad7b7b9ed0ceaf7b0981ef0bfe724f0227ae /notmuch-show.c
parentd136a1e2cffe954d83495c0f8e45d5ce97583e90 (diff)
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.
Diffstat (limited to 'notmuch-show.c')
-rw-r--r--notmuch-show.c2
1 files changed, 1 insertions, 1 deletions
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;