notmuch-restore: tidy formatting

This is again the work of uncrustify.

I remember there is some controversy about "! foo" versus "!foo", but
in context I think "! foo" looks OK. Also, for functions "! foo
(blah)" seems better than "!foo (blah)".
This commit is contained in:
David Bremner 2012-11-14 21:33:21 -04:00
parent 127c788e45
commit 660e1b6437

View file

@ -166,8 +166,7 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
chomp_newline (line);
rerr = xregexec (&regex, line, 3, match, 0);
if (rerr == REG_NOMATCH)
{
if (rerr == REG_NOMATCH) {
fprintf (stderr, "Warning: Ignoring invalid input line: %s\n",
line);
continue;