]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Fixed whitespace
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index 0a9ff5b64ee47339cf1a76c0bb44986e348aa14c..7bfd28cec9696ee4296db37563be21bafa3afefb 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -189,7 +189,7 @@ static char *ftepp_predef_timestamp(lex_file *context) {
     /*
      * ctime and its fucking annoying newline char, no worries, we're
      * professionals here.
-     */   
+     */
     find  = ctime(&finfo.st_mtime);
     value = (char*)mem_a(strlen(find) + 1);
     memcpy(&value[1], find, (size = strlen(find)) - 1);
@@ -316,7 +316,7 @@ static void ppmacro_delete(ppmacro *self)
     mem_d(self);
 }
 
-static ftepp_t* ftepp_new()
+static ftepp_t* ftepp_new(void)
 {
     ftepp_t *ftepp;