diff src/xs_md5.h @ 379:b124eb300553

Indentation fix
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Nov 2005 10:08:03 +0000
parents 575686094eb1
children a3fdd2d6c056
line wrap: on
line diff
--- a/src/xs_md5.h	Wed Nov 09 19:13:00 2005 +0000
+++ b/src/xs_md5.h	Thu Nov 17 10:08:03 2005 +0000
@@ -11,9 +11,9 @@
  * Typedefs
  */
 typedef struct md5_state_s {
-    guint32 count[2];	/* message length in bits, lsw first */
-    guint32 abcd[4];	/* digest buffer */
-    guint8 buf[64];	/* accumulate block */
+	guint32 count[2];	/* message length in bits, lsw first */
+	guint32 abcd[4];	/* digest buffer */
+	guint8 buf[64];		/* accumulate block */
 } t_xs_md5state;
 
 #define XS_MD5HASH_LENGTH	(16)