changeset 975:139b801f8d1c

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 14:49:02 +0200
parents cbf9b9b4fdea
children 1b439304ff3c
files tools/gfxconv.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri Feb 27 14:18:28 2015 +0200
+++ b/tools/gfxconv.c	Fri Feb 27 14:49:02 2015 +0200
@@ -1358,17 +1358,17 @@
     switch (optInFormat)
     {
         case FFMT_CHAR:
-            bufSize = C64_CHR_SIZE;
-            outWidth = C64_CHR_WIDTH;
+            bufSize    = C64_CHR_SIZE;
+            outWidth   = C64_CHR_WIDTH;
             outWidthPX = C64_CHR_WIDTH_PX;
-            outHeight = C64_CHR_HEIGHT;
+            outHeight  = C64_CHR_HEIGHT;
             break;
 
         case FFMT_SPRITE:
-            bufSize = C64_SPR_SIZE;
-            outWidth = C64_SPR_WIDTH;
+            bufSize    = C64_SPR_SIZE;
+            outWidth   = C64_SPR_WIDTH;
             outWidthPX = C64_SPR_WIDTH_PX;
-            outHeight = C64_SPR_HEIGHT;
+            outHeight  = C64_SPR_HEIGHT;
             break;
 
         default: