From 7109ec574bd9c3583a0551e9bf48a94120694da2 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 31 Jan 2015 02:54:24 +0000 Subject: whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2406 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtowinicon.c | 12 ++++++------ 1 file 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; -- cgit 1.4.1