From: Loup Vaillant Date: Fri, 20 Apr 2018 22:34:50 +0000 (+0200) Subject: Indent #ifdef X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2a930d7e1892f9e570d5614a6a1a2883aec0e30e;p=Monocypher.git Indent #ifdef --- diff --git a/src/monocypher.h b/src/monocypher.h index 8c33527..ed8a0ad 100644 --- a/src/monocypher.h +++ b/src/monocypher.h @@ -48,10 +48,10 @@ typedef struct { // Signatures (EdDSA) #ifdef ED25519_SHA512 -#include "sha512.h" -typedef crypto_sha512_ctx crypto_hash_ctx; + #include "sha512.h" + typedef crypto_sha512_ctx crypto_hash_ctx; #else -typedef crypto_blake2b_ctx crypto_hash_ctx; + typedef crypto_blake2b_ctx crypto_hash_ctx; #endif typedef struct { crypto_hash_ctx hash;