From 6b457a1a319835d4703a63095643dd7e2c504de8 Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 23 Jun 2020 23:22:26 +0100 Subject: formatting --- tools/msgenc/.gitignore | 2 +- tools/nitrogfx/gfx.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/msgenc/.gitignore b/tools/msgenc/.gitignore index 48de3992..15921071 100644 --- a/tools/msgenc/.gitignore +++ b/tools/msgenc/.gitignore @@ -1 +1 @@ -msgenc \ No newline at end of file +msgenc diff --git a/tools/nitrogfx/gfx.c b/tools/nitrogfx/gfx.c index 3d9d5848..3315e00e 100644 --- a/tools/nitrogfx/gfx.c +++ b/tools/nitrogfx/gfx.c @@ -409,9 +409,8 @@ void WriteNtrImage(char *path, int numTiles, int bitDepth, int metatileWidth, in WriteGenericNtrHeader(fp, "RGCN", bufferSize + 0x20, byteOrder); - unsigned char charHeader[0x20] = { 0x52, 0x41, 0x48, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 }; + unsigned char charHeader[0x20] = { 0x52, 0x41, 0x48, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 }; charHeader[4] = (bufferSize + 0x20) & 0xFF; charHeader[5] = ((bufferSize + 0x20) >> 8) & 0xFF; -- cgit v1.2.3