]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Please the whitespace gods
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 6029d6d2e64d5d0dfebf1925319b3b1a1f54e83c..d12e4c39bcd6159ab3412613189ddcd8dc525c56 100644 (file)
--- a/main.c
+++ b/main.c
@@ -682,7 +682,7 @@ int main(int argc, char **argv) {
 
             if (!line[0] || (line[0] == '/' && line[1] == '/'))
                 continue;
 
             if (!line[0] || (line[0] == '/' && line[1] == '/'))
                 continue;
-                
+
             if (hasline) {
                 item.filename = util_strdup(line);
                 item.type     = TYPE_QC;
             if (hasline) {
                 item.filename = util_strdup(line);
                 item.type     = TYPE_QC;