aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/include/platform.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 4f9eb5eda..aa2434731 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -226,7 +226,8 @@
226 226
227 227
228#if !HAVE_ATOLL 228#if !HAVE_ATOLL
229long long atoll (const char *nptr); 229long long
230atoll (const char *nptr);
230#endif 231#endif
231 232
232#if ENABLE_NLS 233#if ENABLE_NLS