diff src/xs_md5.h @ 684:4bf845090a25

Indentation cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 02:24:53 +0300
parents b0743dc9165d
children
line wrap: on
line diff
--- a/src/xs_md5.h	Mon May 19 07:35:12 2008 +0300
+++ b/src/xs_md5.h	Wed May 21 02:24:53 2008 +0300
@@ -11,11 +11,11 @@
  */
 typedef struct md5_state_s {
     guint32 bits[2];    /* message length in bits, lsw first */
-    guint32 buf[4];        /* digest buffer */
-    guint8 in[64];        /* accumulate block */
+    guint32 buf[4];     /* digest buffer */
+    guint8 in[64];      /* accumulate block */
 } xs_md5state_t;
 
-#define XS_MD5HASH_LENGTH    (16)
+#define XS_MD5HASH_LENGTH       (16)
 #define XS_MD5HASH_LENGTH_CH    (XS_MD5HASH_LENGTH * 2)
 
 typedef guint8 xs_md5hash_t[XS_MD5HASH_LENGTH];