From 6655ceffe46a642c9379c4327dd9c84e6bfd6977 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 28 Apr 2018 15:14:57 -0700 Subject: Formatting pass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t always like the output hindent gives, so reformat the project to be a bit closer to what you see in published Haskell books and the like. --- src/Internal/Hmac.chs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Internal/Hmac.chs') diff --git a/src/Internal/Hmac.chs b/src/Internal/Hmac.chs index 69c474e..0ef1e2e 100644 --- a/src/Internal/Hmac.chs +++ b/src/Internal/Hmac.chs @@ -17,9 +17,7 @@ module Internal.Hmac ( mallocHmacCtx - , hmacInitEx - , hmacUpdate - , hmacFinal + , hmacInitEx, hmacUpdate, hmacFinal ) where import Foreign -- cgit v1.2.3