From afe6242e70fcfb763806ab45921e486de189c969 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 17 Dec 2012 15:15:42 +0100 Subject: [PATCH] whitespace fixes --- qcsrc/client/command/cl_cmd.qh | 2 +- qcsrc/client/shownames.qh | 2 +- qcsrc/common/command/generic.qh | 2 +- qcsrc/common/command/rpn.qh | 2 +- qcsrc/common/util-pre.qh | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) 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 - -- 2.39.2