From 202d544f1439432dd5d76208f1a0d36c8256c8c9 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sun, 2 Sep 2012 14:13:06 +0000 Subject: [PATCH] compat.h: tweak indentation of some preprocessing directives. git-svn-id: https://svn.eduke32.com/eduke32@2992 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/compat.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/polymer/eduke32/build/include/compat.h b/polymer/eduke32/build/include/compat.h index 5974b1e66..92357af45 100644 --- a/polymer/eduke32/build/include/compat.h +++ b/polymer/eduke32/build/include/compat.h @@ -30,25 +30,25 @@ #endif #ifndef _MSC_VER -#if defined(__GNUC__) && defined(__i386__) -#ifndef __fastcall -#define __fastcall __attribute__((fastcall)) -#endif -#else -#define __fastcall -#endif +# if defined(__GNUC__) && defined(__i386__) +# ifndef __fastcall +# define __fastcall __attribute__((fastcall)) +# endif +# else +# define __fastcall +# endif #endif #ifdef NEDMALLOC -#include "nedmalloc.h" +# include "nedmalloc.h" #endif #ifndef TRUE -#define TRUE 1 +# define TRUE 1 #endif #ifndef FALSE -#define FALSE 0 +# define FALSE 0 #endif #define WITHKPLIB