Browse Source

Lua: Io nit

Justin Donaldson 9 năm trước cách đây
mục cha
commit
de337a54bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/lua/Io.hx

+ 1 - 1
std/lua/Io.hx

@@ -24,7 +24,7 @@ import haxe.extern.Rest;
 
 @:native("_G.io")
 extern class Io {
-    public static var stdin  : FileHandle;
+	public static var stdin  : FileHandle;
 	public static var stderr : FileHandle;
 	public static var stdout : FileHandle;