changeset 2085:b31bb3dc1310

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Dec 2018 15:17:40 +0200
parents 9d6c30c071ed
children aedadff9e116
files tools/libgfx.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Tue Dec 11 15:17:32 2018 +0200
+++ b/tools/libgfx.c	Tue Dec 11 15:17:40 2018 +0200
@@ -351,7 +351,8 @@
 }
 
 
-static BOOL dmWriteRAWRow(DMBitStreamContext *bs, const DMImage *img, const DMImageConvSpec *spec, const int yc, const int plane)
+static BOOL dmWriteRAWRow(DMBitStreamContext *bs, const DMImage *img,
+    const DMImageConvSpec *spec, const int yc, const int plane)
 {
     const Uint8 *sp = img->data + (yc * img->pitch);
     for (int xc = 0; xc < img->width; xc++)