changeset 1491:b329fea6f013

Reindent polishing.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 05:31:16 +0300
parents 665a0b917d22
children 5f9080d24f3c
files tools/lib64gfx.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Fri May 11 05:25:46 2018 +0300
+++ b/tools/lib64gfx.c	Fri May 11 05:31:16 2018 +0300
@@ -137,14 +137,14 @@
         return NULL;
 
     // Initialize image information
-    img->width     = fmt->width;
-    img->height    = fmt->height;
-    img->chWidth   = fmt->chWidth;
-    img->chHeight  = fmt->chHeight;
-    img->nbanks    = dmC64ImageGetNumBanks(fmt);
+    img->width       = fmt->width;
+    img->height      = fmt->height;
+    img->chWidth     = fmt->chWidth;
+    img->chHeight    = fmt->chHeight;
+    img->nbanks      = dmC64ImageGetNumBanks(fmt);
 
-    img->screenSize = img->chWidth * img->chHeight;
-    img->bitmapSize = img->screenSize * 8;
+    img->screenSize  = img->chWidth * img->chHeight;
+    img->bitmapSize  = img->screenSize * 8;
     img->charmemSize = C64_MAX_CHARS * C64_CHR_SIZE;
 
     // Allocate banks