about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-31 02:54:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-31 02:54:24 +0000
commit7109ec574bd9c3583a0551e9bf48a94120694da2 (patch)
treeec021310dc61683197b503ed322f929a860084e8
parent30924ef0461921482806b7e0b138d9ed176db1de (diff)
downloadnetpbm-mirror-7109ec574bd9c3583a0551e9bf48a94120694da2.tar.gz
netpbm-mirror-7109ec574bd9c3583a0551e9bf48a94120694da2.tar.xz
netpbm-mirror-7109ec574bd9c3583a0551e9bf48a94120694da2.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2406 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/pamtowinicon.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/converter/other/pamtowinicon.c b/converter/other/pamtowinicon.c
index c67267e4..7e2c9e86 100644
--- a/converter/other/pamtowinicon.c
+++ b/converter/other/pamtowinicon.c
@@ -36,12 +36,12 @@ parseCommandLine(int argc, const char **argv,
 
     option_def_index = 0;
 
-    OPTENT3 (0, "verbose",         OPT_FLAG, NULL,
-             &cmdlineP->verbose,         0);
-    OPTENT3 (0, "pngthreshold",    OPT_UINT, &cmdlineP->pngthreshold,
-             &pngthresholdSpec,          0);
-    OPTENT3 (0, "truetransparent", OPT_FLAG, NULL,
-             &cmdlineP->truetransparent, 0);
+    OPTENT3(0, "verbose",         OPT_FLAG, NULL,
+            &cmdlineP->verbose,         0);
+    OPTENT3(0, "pngthreshold",    OPT_UINT, &cmdlineP->pngthreshold,
+            &pngthresholdSpec,          0);
+    OPTENT3(0, "truetransparent", OPT_FLAG, NULL,
+            &cmdlineP->truetransparent, 0);
 
     opt3.opt_table     = option_def;
     opt3.short_allowed = false;