Browse Source

whitespace

Dan Korostelev 10 years ago
parent
commit
cf7d6791ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common.ml

+ 1 - 1
common.ml

@@ -292,7 +292,7 @@ module Define = struct
 		| NoInline -> ("no_inline","Disable inlining")
 		| NoRoot -> ("no_root","Generate top-level types into haxe.root namespace")
 		| NoMacroCache -> ("no_macro_cache","Disable macro context caching")
-      | NoSimplify -> "no_simplify",("Disable simplification filter")
+		| NoSimplify -> "no_simplify",("Disable simplification filter")
 		| NoSwfCompress -> ("no_swf_compress","Disable SWF output compression")
 		| NoTraces -> ("no_traces","Disable all trace calls")
 		| PhpPrefix -> ("php_prefix","Compiled with --php-prefix")