changeset 210:2341776f880b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 05:51:27 +0200
parents 462b837ea492
children a2b2106943a8
files th_ioctx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_ioctx.h	Fri Feb 12 03:00:19 2016 +0200
+++ b/th_ioctx.h	Fri Feb 12 05:51:27 2016 +0200
@@ -118,8 +118,8 @@
 //
 // Endian-handling file read/write routines
 //
-#define TH_DEFINE_HEADER(xname, xtype)                       \
-BOOL    thfread_ ## xname (th_ioctx *ctx, xtype *v);        \
+#define TH_DEFINE_HEADER(xname, xtype) \
+BOOL    thfread_ ## xname (th_ioctx *ctx, xtype *v); \
 BOOL    thfwrite_ ## xname (th_ioctx *ctx, const xtype v);
 
 TH_DEFINE_HEADER(le16, uint16_t)