From fe6ea88298e3ae2c6ecf949528621ea2a1699764 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Mar 2016 23:47:42 +0100 Subject: [PATCH] cgi-fcgi-interp: Reformat option table (nfc) --- cprogs/cgi-fcgi-interp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cprogs/cgi-fcgi-interp.c b/cprogs/cgi-fcgi-interp.c index 7a6323e..65532e6 100644 --- a/cprogs/cgi-fcgi-interp.c +++ b/cprogs/cgi-fcgi-interp.c @@ -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 } }; -- 2.30.2