From 57b02fad069a2a3940fb8bd3b1509e80f10bd34c Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Thu, 4 Jan 2001 20:43:36 +0000 Subject: [PATCH] CodingStyle. --- source/cl_main.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/source/cl_main.c b/source/cl_main.c index 3b9d96c..e357de0 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -29,23 +29,23 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - #ifdef HAVE_STRING_H -#include +# include #endif #ifdef HAVE_STRINGS_H -#include +# include #endif #include #ifdef HAVE_NETINET_IN_H -#include +# include #endif #ifdef HAVE_WINSOCK_H -#include +# include #endif + #include #include "bothdefs.h" @@ -67,7 +67,7 @@ #include "draw.h" #include "host.h" #ifdef _WIN32 -#include "in_win.h" +# include "in_win.h" #endif #include "input.h" #include "keys.h" @@ -92,12 +92,11 @@ #ifdef __sun /* Sun's model_t in sys/model.h conflicts w/ Quake's model_t */ -#define model_t sunmodel_t +# define model_t sunmodel_t #endif - #ifdef __sun -#undef model_t +# undef model_t #endif void CL_RemoveQFInfoKeys ();