mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
d136a1e2cf
commit
819f964d9a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
#include "gmime-filter-reply.h"
|
#include "gmime-filter-reply.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
reply_part(GMimeObject *part, int *part_count)
|
reply_part (GMimeObject *part, int *part_count)
|
||||||
{
|
{
|
||||||
GMimeContentDisposition *disposition;
|
GMimeContentDisposition *disposition;
|
||||||
GMimeContentType *content_type;
|
GMimeContentType *content_type;
|
||||||
|
|
|
@ -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;
|
GMimeContentDisposition *disposition;
|
||||||
GMimeContentType *content_type;
|
GMimeContentType *content_type;
|
||||||
|
|
Loading…
Reference in a new issue