changeset 1533:907160399b24

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 03:26:14 +0300
parents 74febc66d90d
children acad4974dc09
files src/dmgrowbuf.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmgrowbuf.h	Sat May 12 03:25:44 2018 +0300
+++ b/src/dmgrowbuf.h	Sat May 12 03:26:14 2018 +0300
@@ -18,6 +18,7 @@
     Uint8 *data, *adata;
     size_t len, size, mingrow, offs;
     BOOL allocated;
+
     int nstack;
     struct { size_t offs, len; } stack[32];
 } DMGrowBuf;
@@ -39,8 +40,8 @@
 BOOL   dmGrowBufPutU32BE(DMGrowBuf *buf, const Uint32 val);
 BOOL   dmGrowBufPutU32LE(DMGrowBuf *buf, const Uint32 val);
 
-void    dmGrowBufPush(DMGrowBuf *buf);
-void    dmGrowBufPop(DMGrowBuf *buf);
+void   dmGrowBufPush(DMGrowBuf *buf);
+void   dmGrowBufPop(DMGrowBuf *buf);
 
 
 #ifdef __cplusplus