From: Rudolf Polzer Date: Mon, 17 Dec 2012 14:15:42 +0000 (+0100) Subject: whitespace fixes X-Git-Tag: xonotic-v0.7.0~99^2~15 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c803d02baa88e11d290ecc20e3019ee883bce382;p=xonotic%2Fxonotic-data.pk3dir.git whitespace fixes --- diff --git a/qcsrc/client/command/cl_cmd.qh b/qcsrc/client/command/cl_cmd.qh index f2db76a2c..9c29c40ee 100644 --- a/qcsrc/client/command/cl_cmd.qh +++ b/qcsrc/client/command/cl_cmd.qh @@ -7,4 +7,4 @@ void Cmd_HUD_SetFields(float); void Cmd_HUD_Help(); // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file -void LocalCommand_macro_write_aliases(float fh); \ No newline at end of file +void LocalCommand_macro_write_aliases(float fh); diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index 6e3f899dd..adbfa5712 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -2,4 +2,4 @@ .float armorvalue; .float sameteam; .float fadedelay; -.float pointtime; \ No newline at end of file +.float pointtime; diff --git a/qcsrc/common/command/generic.qh b/qcsrc/common/command/generic.qh index be096db17..7ee3d5064 100644 --- a/qcsrc/common/command/generic.qh +++ b/qcsrc/common/command/generic.qh @@ -19,4 +19,4 @@ void GenericCommand_macro_write_aliases(float fh); void Curl_URI_Get_Callback(float id, float status, string data); float curl_uri_get_pos; float curl_uri_get_exec[URI_GET_CURL_END - URI_GET_CURL + 1]; -string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL + 1]; \ No newline at end of file +string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL + 1]; diff --git a/qcsrc/common/command/rpn.qh b/qcsrc/common/command/rpn.qh index 6ffc5e1cb..91b1dd9b9 100644 --- a/qcsrc/common/command/rpn.qh +++ b/qcsrc/common/command/rpn.qh @@ -7,4 +7,4 @@ float rpn_db; float rpn_error; float rpn_sp; -string rpn_stack[MAX_RPN_STACK]; \ No newline at end of file +string rpn_stack[MAX_RPN_STACK]; diff --git a/qcsrc/common/util-pre.qh b/qcsrc/common/util-pre.qh index da86e9801..84eaada68 100644 --- a/qcsrc/common/util-pre.qh +++ b/qcsrc/common/util-pre.qh @@ -11,4 +11,3 @@ # define COMPAT_NO_MOD_IS_XONOTIC # define COMPAT_XON060_DONTCRASH_CHECKPVS #endif -