chiark / gitweb /
cgi-fcgi-interp: Reformat option table (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 29 Mar 2016 22:47:42 +0000 (23:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 29 Mar 2016 22:47:42 +0000 (23:47 +0100)
cprogs/cgi-fcgi-interp.c

index 7a6323e267e786b08c3253ca7695d46ec48dae98..65532e677da1d67368d58680a26ce70719a69da3 100644 (file)
@@ -188,11 +188,11 @@ static void ident_addstring(const struct cmdinfo *ci, const char *string) {
 #define MAX_OPTS 5
 
 static const struct cmdinfo cmdinfos[]= {
-  { "help",   0, .call= of_help               },
-  { 0, 'g',   1, .sassignto= &ident           },
-  { 0, 'M',   1, .call=of_iassign, .iassignto= &numservers      },
-  { 0, 'D',   0, .iassignto= &debugmode, .arg= 1 },
-  { 0, 'c',   1, .call=of_iassign, .iassignto= &check_interval  },
+  { "help",   0, .call=of_help                                         },
+  { 0, 'g',   1,                    .sassignto= &ident                 },
+  { 0, 'M',   1, .call=of_iassign,  .iassignto= &numservers            },
+  { 0, 'D',   0,                    .iassignto= &debugmode,    .arg= 1 },
+  { 0, 'c',   1, .call=of_iassign,  .iassignto= &check_interval        },
   { 0 }
 };