changeset 431:e3ebcbc4ace2

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 03 Nov 2012 13:36:51 +0200
parents 77fae3e4e4d3
children b583a682f12d
files gfxconv.c
diffstat 1 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Sat Nov 03 11:14:16 2012 +0200
+++ b/gfxconv.c	Sat Nov 03 13:36:51 2012 +0200
@@ -134,22 +134,22 @@
 
 static DMOptArg optList[] =
 {
-    { 0, '?', "help",         "Show this help", OPT_NONE },
-    {15, 'v', "verbose",      "Increase verbosity", OPT_NONE },
-    { 3, 'o', "output",       "Output filename", OPT_ARGREQ },
-    { 1, 'i', "informat",     "Set input format ([s]prite, [c]har, [b]itmap, [i]mage)", OPT_ARGREQ },
-    { 2, 'm', "multicolor",   "Input is multicolor", OPT_NONE },
-    { 4, 's', "skip",         "Skip bytes in input", OPT_ARGREQ },
-    { 5, 'f', "format",       "Output format (see list below)", OPT_ARGREQ },
-    { 8, 'q', "sequential",   "Output sequential files (image output only)", OPT_NONE },
-    { 6, 'c', "colormap",     "Color mappings (see below for information)", OPT_ARGREQ },
-    { 7, 'n', "numitems",     "How many 'items' to view (default: all)", OPT_ARGREQ },
-    { 9, 'S', "scale",        "Scale output by x (image output only)", OPT_ARGREQ },
-    {10, 'b', "bformat",      "Force input bitmap format (see below)", OPT_ARGREQ },
-    {11, 'w', "width",        "Item width (number of items per row, min 1)", OPT_ARGREQ },
-    {12, 'P', "paletted",     "Use indexed/paletted output (png, pcx output only)", OPT_NONE },
-    {13, 'B', "bplanes",      "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
-    {14, 'I', "interleave",   "Interleave scanlines (default: output whole planes)", OPT_NONE },
+    {  0, '?', "help",         "Show this help", OPT_NONE },
+    { 15, 'v', "verbose",      "Increase verbosity", OPT_NONE },
+    {  3, 'o', "output",       "Output filename", OPT_ARGREQ },
+    {  1, 'i', "informat",     "Set input format ([s]prite, [c]har, [b]itmap, [i]mage)", OPT_ARGREQ },
+    {  2, 'm', "multicolor",   "Input is multicolor", OPT_NONE },
+    {  4, 's', "skip",         "Skip bytes in input", OPT_ARGREQ },
+    {  5, 'f', "format",       "Output format (see list below)", OPT_ARGREQ },
+    {  8, 'q', "sequential",   "Output sequential files (image output only)", OPT_NONE },
+    {  6, 'c', "colormap",     "Color mappings (see below for information)", OPT_ARGREQ },
+    {  7, 'n', "numitems",     "How many 'items' to view (default: all)", OPT_ARGREQ },
+    {  9, 'S', "scale",        "Scale output by x (image output only)", OPT_ARGREQ },
+    { 10, 'b', "bformat",      "Force input bitmap format (see below)", OPT_ARGREQ },
+    { 11, 'w', "width",        "Item width (number of items per row, min 1)", OPT_ARGREQ },
+    { 12, 'P', "paletted",     "Use indexed/paletted output (png, pcx output only)", OPT_NONE },
+    { 13, 'B', "bplanes",      "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
+    { 14, 'I', "interleave",   "Interleave scanlines (default: output whole planes)", OPT_NONE },
 };
 
 static const int optListN = sizeof(optList) / sizeof(optList[0]);