]> 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 55d4fffb1e3330cb4e6f4b605a3c6ce1a61cf414..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);