# HG changeset patch # User Matti Hamalainen # Date 1544534260 -7200 # Node ID b31bb3dc13105670bb4c09ca369313f597d93864 # Parent 9d6c30c071edf2996091a6fc5ea3f2c35dbc2091 Cosmetic. diff -r 9d6c30c071ed -r b31bb3dc1310 tools/libgfx.c --- 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++)