about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-31 02:54:51 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-31 02:54:51 +0000
commit9056e8d1aa0ab45096424666ce22d6b92f3b12b0 (patch)
tree994c8707d9b828160c147a8b17739ee1301d86d3
parent7109ec574bd9c3583a0551e9bf48a94120694da2 (diff)
downloadnetpbm-mirror-9056e8d1aa0ab45096424666ce22d6b92f3b12b0.tar.gz
netpbm-mirror-9056e8d1aa0ab45096424666ce22d6b92f3b12b0.tar.xz
netpbm-mirror-9056e8d1aa0ab45096424666ce22d6b92f3b12b0.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2407 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/winicontopam.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/converter/other/winicontopam.c b/converter/other/winicontopam.c
index f41a8db3..664b4ef9 100644
--- a/converter/other/winicontopam.c
+++ b/converter/other/winicontopam.c
@@ -49,16 +49,16 @@ parseCommandLine(int argc, const char **argv,
 
     option_def_index = 0;
 
-    OPTENT3 (0, "allimages",   OPT_FLAG,   NULL,
-             &cmdlineP->allimages,         0);
-    OPTENT3 (0, "image",     OPT_UINT,   &cmdlineP->image,
-             &cmdlineP->imageSpec,         0);
-    OPTENT3 (0, "andmasks",  OPT_FLAG,   NULL,
-             &cmdlineP->andmasks,          0);
-    OPTENT3 (0, "headerdump",   OPT_FLAG,   NULL,
-             &cmdlineP->headerdump,        0);
-    OPTENT3 (0, "verbose",   OPT_FLAG,   NULL,
-             &cmdlineP->verbose,           0);
+    OPTENT3(0, "allimages",   OPT_FLAG,   NULL,
+            &cmdlineP->allimages,         0);
+    OPTENT3(0, "image",     OPT_UINT,   &cmdlineP->image,
+            &cmdlineP->imageSpec,         0);
+    OPTENT3(0, "andmasks",  OPT_FLAG,   NULL,
+            &cmdlineP->andmasks,          0);
+    OPTENT3(0, "headerdump",   OPT_FLAG,   NULL,
+            &cmdlineP->headerdump,        0);
+    OPTENT3(0, "verbose",   OPT_FLAG,   NULL,
+            &cmdlineP->verbose,           0);
 
     opt3.opt_table     = option_def;
     opt3.short_allowed = false;