aboutsummaryrefslogtreecommitdiff
path: root/src/include/compat.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/include/compat.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/include/compat.h')
-rw-r--r--src/include/compat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/compat.h b/src/include/compat.h
index 1a1103a81..19badcefc 100644
--- a/src/include/compat.h
+++ b/src/include/compat.h
@@ -41,11 +41,11 @@ extern "C"
41 * @param n search character limit 41 * @param n search character limit
42 */ 42 */
43void* 43void*
44GN_memrchr_(const void *s, 44GN_memrchr_ (const void *s,
45 int c, 45 int c,
46 size_t n); 46 size_t n);
47#ifndef HAVE_MEMRCHR 47#ifndef HAVE_MEMRCHR
48#define memrchr(s, c, n) GN_memrchr_(s, c, n) 48#define memrchr(s, c, n) GN_memrchr_ (s, c, n)
49#endif 49#endif
50 50
51#ifdef __cplusplus 51#ifdef __cplusplus