changeset 749:cd5dc764dfbe libavutil

cosmetics: vertical align AVSHA1 members
author kostya
date Thu, 09 Jul 2009 07:15:30 +0000
parents 79fdc3949d4d
children 88d366bd895e
files sha1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sha1.c	Thu Jul 09 07:14:07 2009 +0000
+++ b/sha1.c	Thu Jul 09 07:15:30 2009 +0000
@@ -27,7 +27,7 @@
 typedef struct AVSHA1 {
     uint8_t  digest_len;  ///< digest length in 32-bit words
     uint64_t count;       ///< number of bytes in buffer
-    uint8_t buffer[64];   ///< 512-bit buffer of input values used in hash updating
+    uint8_t  buffer[64];  ///< 512-bit buffer of input values used in hash updating
     uint32_t state[8];    ///< current hash value
 } AVSHA1;