minor formatting
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 1 Aug 2002 06:35:17 +0000 (06:35 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 1 Aug 2002 06:35:17 +0000 (06:35 +0000)
src/libFLAC/md5.c

index cfbe862..c1387bb 100644 (file)
@@ -161,9 +161,9 @@ byteSwap(FLAC__uint32 *buf, unsigned words)
 void
 MD5Init(struct MD5Context *ctx)
 {
-    FLAC__uint32 test = 1;
+       FLAC__uint32 test = 1;
 
-    is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
+       is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
 
        ctx->buf[0] = 0x67452301;
        ctx->buf[1] = 0xefcdab89;