# HG changeset patch # User Matti Hamalainen # Date 1526005876 -10800 # Node ID b329fea6f013c962fe52e26599bf85377e26cebc # Parent 665a0b917d22b2fd32e010c6828da6b61303de7c Reindent polishing. diff -r 665a0b917d22 -r b329fea6f013 tools/lib64gfx.c --- 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