aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch-reply.c2
-rw-r--r--notmuch-show.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 42060665..d734de39 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -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;
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;