Use spaces for indentation, not tabs.
[gnulib.git] / lib / hmac-sha1.c
index c84545b..6b24ae5 100644 (file)
@@ -31,7 +31,7 @@
 
 int
 hmac_sha1 (const void *key, size_t keylen,
-          const void *in, size_t inlen, void *resbuf)
+           const void *in, size_t inlen, void *resbuf)
 {
   struct sha1_ctx inner;
   struct sha1_ctx outer;