aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
commitd17a17ea785f91c18b5694eab3372c4e4564d95e (patch)
treea7ee983fb1c0fa5a9210938024357cd9498ee344 /src/include/platform.h
parent5f38569fce2e77afeed58cbd3429c67bf8ab9109 (diff)
downloadgnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.tar.gz
gnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.zip
fix pointer indentation
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 0cf4c9e5e..3b07f47ea 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -229,8 +229,8 @@ atoll (const char *nptr);
229 229
230 230
231#if defined(__sparc__) 231#if defined(__sparc__)
232#define MAKE_UNALIGNED(val) ({ __typeof__((val)) __tmp; memmove (&__tmp, &(val), \ 232#define MAKE_UNALIGNED(val) ({ __typeof__((val))__tmp; memmove (&__tmp, &(val), \
233 sizeof((val))); \ 233 sizeof((val))); \
234 __tmp; }) 234 __tmp; })
235#else 235#else
236#define MAKE_UNALIGNED(val) val 236#define MAKE_UNALIGNED(val) val