]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Committing an evil allocator and a trie to speed up the correction stuff
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 7fc176aa90e2e077202cdc6df9f72d2ced5b479f..850ce0e933f15ddb53b9112256ac89f394d5d2af 100644 (file)
--- a/main.c
+++ b/main.c
@@ -570,7 +570,7 @@ int main(int argc, char **argv) {
             con_out("Flag %s = %i\n",    opts_flag_list[itr].name, OPTS_FLAG(itr));
         for (itr = 0; itr < COUNT_WARNINGS; ++itr)
             con_out("Warning %s = %i\n", opts_warn_list[itr].name, OPTS_WARN(itr));
-        
+
         con_out("output             = %s\n", opts.output);
         con_out("optimization level = %d\n", opts.O);
         con_out("standard           = %i\n", opts.standard);