aboutsummaryrefslogtreecommitdiff
path: root/src/util/speedup.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/util/speedup.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/util/speedup.h')
-rw-r--r--src/util/speedup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/speedup.h b/src/util/speedup.h
index 232d74f7d..505e73bf4 100644
--- a/src/util/speedup.h
+++ b/src/util/speedup.h
@@ -34,12 +34,12 @@
34 * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured 34 * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured
35 */ 35 */
36int 36int
37GNUNET_SPEEDUP_start_(const struct GNUNET_CONFIGURATION_Handle *cfg); 37GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg);
38 38
39/** 39/**
40 * Stop tasks that modify clock behavior. 40 * Stop tasks that modify clock behavior.
41 */ 41 */
42void 42void
43GNUNET_SPEEDUP_stop_(void); 43GNUNET_SPEEDUP_stop_ (void);
44 44
45#endif /* SPEEDUP_H_ */ 45#endif /* SPEEDUP_H_ */