From f5fc9d026ffc7770664d4f369adf59f69439b566 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 24 Aug 2004 05:44:31 +0000 Subject: [PATCH] newlines fixed --- dlls/engine/Makefile.pl | 2 +- dlls/engine/entity.h | 3 ++- dlls/engine/gpglobals.h | 3 ++- dlls/engine/messages.h | 3 ++- dlls/engine/moduleconfig.h | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dlls/engine/Makefile.pl b/dlls/engine/Makefile.pl index cb48c953..f54fb558 100755 --- a/dlls/engine/Makefile.pl +++ b/dlls/engine/Makefile.pl @@ -50,7 +50,7 @@ if ($gcc =~ /2\.9/) { $OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2"; } else { - $OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 -falign-functions=2"; + $OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 "; } if ($OPTIONS{"debug"}) diff --git a/dlls/engine/entity.h b/dlls/engine/entity.h index 114045ec..8d5c1097 100755 --- a/dlls/engine/entity.h +++ b/dlls/engine/entity.h @@ -152,4 +152,5 @@ void UTIL_SetSize(edict_t *pev, const Vector &vecMin, const Vector &vecMax); extern AMX_NATIVE_INFO ent_Natives[]; -#endif //_INCLUDE_ENGINE_ENTSTUFF \ No newline at end of file +#endif //_INCLUDE_ENGINE_ENTSTUFF + diff --git a/dlls/engine/gpglobals.h b/dlls/engine/gpglobals.h index d65b304c..61af3b5e 100755 --- a/dlls/engine/gpglobals.h +++ b/dlls/engine/gpglobals.h @@ -50,4 +50,5 @@ enum globals { extern AMX_NATIVE_INFO global_Natives[]; -#endif //_INCLUDE_ENGINE_GLOBAL \ No newline at end of file +#endif //_INCLUDE_ENGINE_GLOBAL + diff --git a/dlls/engine/messages.h b/dlls/engine/messages.h index cfce5fbc..26dc610f 100755 --- a/dlls/engine/messages.h +++ b/dlls/engine/messages.h @@ -45,4 +45,5 @@ extern CVector Msg; extern int msgHooks[256]; extern int msgBlocks[256]; -#endif //_MSGS_INCLUDE_H \ No newline at end of file +#endif //_MSGS_INCLUDE_H + diff --git a/dlls/engine/moduleconfig.h b/dlls/engine/moduleconfig.h index 591463d3..40e00d51 100755 --- a/dlls/engine/moduleconfig.h +++ b/dlls/engine/moduleconfig.h @@ -459,4 +459,5 @@ #endif // USE_METAMOD -#endif // __MODULECONFIG_H__ \ No newline at end of file +#endif // __MODULECONFIG_H__ +