From eae279c7e2dd7659643fb30445ecb1c6ad4a5ca9 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 7 Jan 2019 11:49:12 +0000 Subject: [PATCH] clang-format --- context.c | 1 - hook.c | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/context.c b/context.c index e10ca9a5e..41cdd8351 100644 --- 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 c70f604d3..9bd5bba6d 100644 --- 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) { -- 2.40.0