[PATCH 2/2] notmuch-reply.c: uncrustify
David Bremner
david at tethera.net
Sat Jan 21 11:00:22 PST 2012
On Thu, 12 Jan 2012 10:26:52 -0500, Austin Clements <amdragon at MIT.EDU> wrote:
> Quoth David Bremner on Jan 12 at 9:08 am:
> > @@ -425,7 +420,7 @@ notmuch_search_command (void *ctx, int argc, char *argv[])
> > int limit = -1; /* unlimited */
> >
> > enum { NOTMUCH_FORMAT_JSON, NOTMUCH_FORMAT_TEXT }
> > - format_sel = NOTMUCH_FORMAT_TEXT;
> > + format_sel = NOTMUCH_FORMAT_TEXT;
>
> This is unfortunate, but other than the format structure flattening,
> the remaining changes look reasonable to me.
I guess we have to accept that this is a big pile of heuristics, as long
as there are not too many cases to be overriden, it should still be a
net win.
FWIW An alternative formatting that does not confuse the indenter is
enum format_enum {
NOTMUCH_FORMAT_JSON, NOTMUCH_FORMAT_TEXT
} format_sel = NOTMUCH_FORMAT_TEXT;
More information about the notmuch
mailing list