symm/chacha.h: Fix indentation.
[catacomb] / symm / chacha.h
index 490c03b..6c380dc 100644 (file)
@@ -89,8 +89,8 @@ XCHACHA_DEFCTX(xchacha8_ctx);
  */
 
 extern void chacha_init(chacha_ctx */*ctx*/,
-                        const void */*key*/, size_t /*ksz*/,
-                        const void */*nonce*/);
+                       const void */*key*/, size_t /*ksz*/,
+                       const void */*nonce*/);
 
 /* --- @chacha_setnonce{,_ietf}@ --- *
  *