mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
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:
parent
127c788e45
commit
660e1b6437
1 changed files with 7 additions and 8 deletions
|
@ -166,8 +166,7 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
|
|||
chomp_newline (line);
|
||||
|
||||
rerr = xregexec (®ex, line, 3, match, 0);
|
||||
if (rerr == REG_NOMATCH)
|
||||
{
|
||||
if (rerr == REG_NOMATCH) {
|
||||
fprintf (stderr, "Warning: Ignoring invalid input line: %s\n",
|
||||
line);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue