From: Ian Jackson Date: Tue, 29 Mar 2016 22:47:42 +0000 (+0100) Subject: cgi-fcgi-interp: Reformat option table (nfc) X-Git-Tag: archive/debian/5.0.0~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=fe6ea88298e3ae2c6ecf949528621ea2a1699764;ds=sidebyside cgi-fcgi-interp: Reformat option table (nfc) --- 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 } };