]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl/system.h: checksrc compliance
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2017 07:38:41 +0000 (09:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2017 07:39:19 +0000 (09:39 +0200)
include/curl/system.h

index 95c72d99833fdf337e09d9efe93edac2c834c624..eabb6dfa893e60171d7e1b583f006fd800057001 100644 (file)
 /* ===================================== */
 
 #elif defined(__GNUC__)
-#  if !defined(__LP64__) && (defined(__ILP32__) || \
-      defined(__i386__) || defined(__powerpc__) || defined(__arm__) || \
-      defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
-      defined(__XTENSA__) || (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4))
+#  if !defined(__LP64__) &&                                             \
+  (defined(__ILP32__) ||                                                \
+   defined(__i386__) || defined(__powerpc__) || defined(__arm__) ||     \
+   defined(__sparc__) || defined(__mips__) || defined(__sh__) ||        \
+   defined(__XTENSA__) ||                                               \
+   (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4))
 #    define CURL_SIZEOF_LONG           4
 #    define CURL_TYPEOF_CURL_OFF_T     long long
 #    define CURL_FORMAT_CURL_OFF_T     "lld"