diff src/dmgrowbuf.h @ 1533:907160399b24

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 03:26:14 +0300
parents 260bf529a8f2
children 383ca5f6e78b
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