changeset 970:d90bca05521e

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Nov 2012 00:16:03 +0200
parents b9e6f929a617
children 3edc4c508f99
files src/xs_length.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_length.c	Wed Nov 21 00:15:43 2012 +0200
+++ b/src/xs_length.c	Wed Nov 21 00:16:03 2012 +0200
@@ -415,7 +415,7 @@
         xs_error("Error reading SID file header from '%s'\n", filename);
         goto error;
     }
-    
+
     /* Check if we need to load PSIDv2NG header ... */
     psidH2.flags = 0;    /* Just silence a stupid gcc warning */
     
@@ -463,9 +463,9 @@
 
     /* Append header data to hash */
 #define XSADDHASH(QDATAB) do {			\
-    ib8[0] = (QDATAB & 0xff);			\
-    ib8[1] = (QDATAB >> 8);			\
-    xs_md5_append(&inState, (guint8 *) &ib8, sizeof(ib8));    \
+        ib8[0] = (QDATAB & 0xff);		\
+        ib8[1] = (QDATAB >> 8);			\
+        xs_md5_append(&inState, (guint8 *) &ib8, sizeof(ib8));    \
     } while (0)
 
     XSADDHASH(psidH.initAddress);