diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-12 14:36:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-12 14:36:37 +0100 |
commit | 4ef43b930fef5a8c4400f46d02e978f2c9f8009f (patch) | |
tree | e0552af49890e3179638431986062bf4d44869e1 /src/benchmark.c | |
parent | benchmark with cpu-time (diff) | |
download | libkeccak-4ef43b930fef5a8c4400f46d02e978f2c9f8009f.tar.gz libkeccak-4ef43b930fef5a8c4400f46d02e978f2c9f8009f.tar.bz2 libkeccak-4ef43b930fef5a8c4400f46d02e978f2c9f8009f.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/benchmark.c')
-rw-r--r-- | src/benchmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark.c b/src/benchmark.c index 0c636e1..08d945a 100644 --- a/src/benchmark.c +++ b/src/benchmark.c @@ -26,10 +26,10 @@ #ifndef MESSAGE_FILE -# define MESSAGE_FILE "LICENSE" +# define MESSAGE_FILE "LICENSE" #endif #ifndef MESSAGE_LEN -# define MESSAGE_LEN 34520 +# define MESSAGE_LEN 34520 #endif |