]> granicus.if.org Git - neomutt/commitdiff
clang-format
authorRichard Russon <rich@flatcap.org>
Fri, 29 Sep 2017 13:10:52 +0000 (14:10 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 29 Sep 2017 13:10:52 +0000 (14:10 +0100)
pager.c
sendlib.c
version.c

diff --git a/pager.c b/pager.c
index 52396b16b26abc7ddbf6685c2d4ec932d7a03ebf..dfb0882f8cd051aaba0bf69708e142e7ecb52b8c 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -2993,7 +2993,8 @@ int mutt_pager(const char *banner, const char *fname, int flags, struct Pager *e
       case OP_SAVE:
         if (IsAttach(extra))
         {
-          mutt_save_attachment_list(extra->actx, extra->fp, false, extra->bdy, extra->hdr, NULL);
+          mutt_save_attachment_list(extra->actx, extra->fp, false, extra->bdy,
+                                    extra->hdr, NULL);
           break;
         }
       /* fall through */
index 75e4c6c5ec07edb1871b3970704a2b8332e10fdd..2764273cd682fe3a2a0297c721d3454463828035 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1747,7 +1747,8 @@ static int fold_one_header(FILE *fp, const char *tag, const char *value,
   char buf[HUGE_STRING] = "";
   int first = 1, enc, col = 0, w, l = 0, fold;
 
-  mutt_debug(4, "mwoh: pfx=[%s], tag=[%s], flags=%d value=[%s]\n", pfx, tag, flags, NONULL(value));
+  mutt_debug(4, "mwoh: pfx=[%s], tag=[%s], flags=%d value=[%s]\n", pfx, tag,
+             flags, NONULL(value));
 
   if (tag && *tag && fprintf(fp, "%s%s: ", NONULL(pfx), tag) < 0)
     return -1;
index 4cdadd3f41adc953058def5805c07105f85c1726..47f22a2a327dcb11233ca8b53710cbdabf90e70e 100644 (file)
--- a/version.c
+++ b/version.c
@@ -85,11 +85,13 @@ static const char *ReachingUs =
        "    https://github.com/neomutt/neomutt/issues\n"
        "or send an email to: <neomutt-devel@neomutt.org>\n");
 
+// clang-format off
 static const char *Notice =
     N_("Copyright (C) 1996-2016 Michael R. Elkins and others.\n"
        "NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type `neomutt -vv'.\n"
        "NeoMutt is free software, and you are welcome to redistribute it\n"
        "under certain conditions; type `neomutt -vv' for details.\n");
+// clang-format on
 
 /**
  * struct CompileOptions - List of built-in capabilities