changeset 2328:b57517a01960

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Sep 2019 10:14:57 +0300
parents c8c58147e6e5
children 0085ce04788b
files tools/lib64gfx.c
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Mon Sep 09 11:22:18 2019 +0300
+++ b/tools/lib64gfx.c	Mon Sep 16 10:14:57 2019 +0300
@@ -1013,7 +1013,8 @@
                             return dmError(DMERR_MALLOC,
                                 "Could not allocate '%s' block! "
                                 "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n",
-                                subjname, i, op->offs, op->offs, op->bank, op->blkoffs + size, op->blkoffs + size, buf->len, buf->len);
+                                subjname, i, op->offs, op->offs, op->bank,
+                                op->blkoffs + size, op->blkoffs + size, buf->len, buf->len);
                         }
                         switch (op->type)
                         {
@@ -1041,7 +1042,8 @@
                                 return dmError(DMERR_INTERNAL,
                                     "Unhandled op type %s in "
                                     "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n",
-                                    dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank, size, size, buf->len, buf->len);
+                                    dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank,
+                                    size, size, buf->len, buf->len);
                         }
                         break;
 
@@ -1075,7 +1077,8 @@
                                 return dmError(DMERR_INTERNAL,
                                     "Unhandled op type %s in "
                                     "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n",
-                                    dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank, size, size, buf->len, buf->len);
+                                    dmC64GetOpType(op->type), i, op->offs, op->offs,
+                                    op->bank, size, size, buf->len, buf->len);
                         }
                         switch (op->subject)
                         {