]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - conout.c
Remove trailing whitespace
[xonotic/gmqcc.git] / conout.c
index 00b81580760e90989ab4c46d9255c976d57e75f1..7e8cd9ad8f40a4c5768db4d52ae308184c357b42 100644 (file)
--- a/conout.c
+++ b/conout.c
@@ -288,7 +288,7 @@ int con_change(const char *out, const char *err) {
 /*
  * Defaultizer because stdio.h shouldn't be used anywhere except here
  * and inside file.c To prevent mis-match of wrapper-interfaces.
- */ 
+ */
 FILE *con_default_out() {
     return (console.handle_out = stdout);
 }