]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
whitespace fixes
authorRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 14:15:42 +0000 (15:15 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 14:37:04 +0000 (15:37 +0100)
qcsrc/client/command/cl_cmd.qh
qcsrc/client/shownames.qh
qcsrc/common/command/generic.qh
qcsrc/common/command/rpn.qh
qcsrc/common/util-pre.qh

index f2db76a2cf293de7b05291bc1dcd4e24b9d33f22..9c29c40ee7ca11150169981275ff41fa5457b8a8 100644 (file)
@@ -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);
index 6e3f899ddc31cb0754465bacec20e7fac61c0eda..adbfa57120376e5091f3c957d05557b9873de870 100644 (file)
@@ -2,4 +2,4 @@
 .float armorvalue;
 .float sameteam;
 .float fadedelay;
-.float pointtime;
\ No newline at end of file
+.float pointtime;
index be096db17f832162b4b7a235eeaa9c612882af0c..7ee3d50649b4b533b0e742c512659d167823a376 100644 (file)
@@ -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];
index 6ffc5e1cb4e185206bd84abb11f19546e8c81cfb..91b1dd9b9313e8873a3efc25885fddc4c49ba203 100644 (file)
@@ -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];
index da86e98014a9e26fe625d23e2f5e95e8f65ae999..84eaada687d9063ae7d7734aa054cc9c811a521b 100644 (file)
@@ -11,4 +11,3 @@
 # define COMPAT_NO_MOD_IS_XONOTIC
 # define COMPAT_XON060_DONTCRASH_CHECKPVS
 #endif
-