]> granicus.if.org Git - neomutt/commitdiff
comment summary bindings
authorRichard Russon <rich@flatcap.org>
Tue, 19 Mar 2019 19:36:43 +0000 (19:36 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 21 Mar 2019 15:25:43 +0000 (15:25 +0000)
functions.h

index 4f5d2fbe8bcc9919a47be36d976e4deee51c48b4..965565cc7f27325860aa7922c8ddbd4eda25c5b9 100644 (file)
@@ -659,11 +659,10 @@ const struct Binding OpMix[] = { /* map: mixmaster */
 /**
  * OpSummary - Key bindings for the summary menu
  */
-const struct Binding OpSummary[] =
-{
-  { "quit", OP_QUIT, "q"  },
-  { "help", OP_HELP, "?"  },
-  { NULL,   0,       NULL },
+const struct Binding OpSummary[] = { /* map: summary */
+  { "quit",                  OP_QUIT,                        "q" },
+  { "help",                  OP_HELP,                        "?" },
+  { NULL,                    0,                              NULL },
 };
 
 // clang-format on