]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Fixed whitespace
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index f1bb1212cb3292f53f5ba09aee7f1f3cebda6509..ca8f2e87ae5d49213400bf13021118a12ba7be59 100644 (file)
--- a/util.c
+++ b/util.c
@@ -321,7 +321,7 @@ int util_asprintf(char **ret, const char *fmt, ...) {
 
         allocated = (char*)mem_a(4096); /* A page must be enough */
         strerror_s(allocated, 4096, num);
 
         allocated = (char*)mem_a(4096); /* A page must be enough */
         strerror_s(allocated, 4096, num);
-    
+
         vec_push(vector, allocated);
         return (const char *)allocated;
     }
         vec_push(vector, allocated);
         return (const char *)allocated;
     }