From: Loic Blot Date: Fri, 10 Jul 2015 17:04:05 +0000 (+0200) Subject: Little coding style fix on porting.h X-Git-Tag: 0.4.13~134 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6f0178e83b81befded22d3a0de8200739e2d7c3;p=oweals%2Fminetest.git Little coding style fix on porting.h --- diff --git a/src/porting.h b/src/porting.h index add3926ea..2a91fdd06 100644 --- a/src/porting.h +++ b/src/porting.h @@ -60,7 +60,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include //for uintptr_t -#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE) + #if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif