aboutsummaryrefslogtreecommitdiff
path: root/src/nse/perf_kdf.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/nse/perf_kdf.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/nse/perf_kdf.c')
-rw-r--r--src/nse/perf_kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/perf_kdf.c b/src/nse/perf_kdf.c
index a6c1432c8..ec6dc7ff3 100644
--- a/src/nse/perf_kdf.c
+++ b/src/nse/perf_kdf.c
@@ -29,7 +29,6 @@
29#include <gauger.h> 29#include <gauger.h>
30 30
31 31
32
33/** 32/**
34 * Calculate the 'proof-of-work' hash (an expensive hash). 33 * Calculate the 'proof-of-work' hash (an expensive hash).
35 * 34 *
@@ -84,4 +83,5 @@ main (int argc, char *argv[])
84 return 0; 83 return 0;
85} 84}
86 85
86
87/* end of perf_kdf.c */ 87/* end of perf_kdf.c */