Bläddra i källkod

[lua] indentation init

Justin Donaldson 8 år sedan
förälder
incheckning
0a58cb4d12
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      std/lua/TableTools.hx

+ 1 - 1
std/lua/TableTools.hx

@@ -10,6 +10,6 @@ extern class TableTools {
 	public static function unpack<Int,V>(args:lua.Table<Int,V>, ?min : Int, ?max : Int) : Dynamic;
 	public static function unpack<Int,V>(args:lua.Table<Int,V>, ?min : Int, ?max : Int) : Dynamic;
 	public static function maxn(t:Table.AnyTable) : Int;
 	public static function maxn(t:Table.AnyTable) : Int;
 	public static function __init__() : Void {
 	public static function __init__() : Void {
-	   untyped __define_feature__("use._hx_table", null);
+		untyped __define_feature__("use._hx_table", null);
 	}
 	}
 }
 }