]> granicus.if.org Git - neomutt/commitdiff
clang-format
authorRichard Russon <rich@flatcap.org>
Mon, 7 Jan 2019 11:49:12 +0000 (11:49 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 7 Jan 2019 15:09:34 +0000 (15:09 +0000)
context.c
hook.c

index e10ca9a5e20f180ddd9127ad420a93f34269c831..41cdd8351c282e62b5c6295355395659c0b0c844 100644 (file)
--- a/context.c
+++ b/context.c
@@ -276,4 +276,3 @@ void ctx_mailbox_changed(struct Mailbox *m, enum MailboxNotification action)
       break;
   }
 }
-
diff --git a/hook.c b/hook.c
index c70f604d367edf0f84e87be614c6469cd76c1f86..9bd5bba6d0b0927467e5ac7f2657734c6d4f8d9b 100644 (file)
--- a/hook.c
+++ b/hook.c
@@ -393,8 +393,10 @@ void mutt_folder_hook(const char *path, const char *desc)
 
     if (tmp->type & MUTT_FOLDER_HOOK)
     {
-      if ((path && (regexec(tmp->regex.regex, path, 0, NULL, 0) == 0) ^ tmp->regex.not) ||
-          (desc && (regexec(tmp->regex.regex, desc, 0, NULL, 0) == 0) ^ tmp->regex.not))
+      if ((path &&
+           (regexec(tmp->regex.regex, path, 0, NULL, 0) == 0) ^ tmp->regex.not) ||
+          (desc &&
+           (regexec(tmp->regex.regex, desc, 0, NULL, 0) == 0) ^ tmp->regex.not))
       {
         if (mutt_parse_rc_line(tmp->command, &token, &err) == MUTT_CMD_ERROR)
         {