Explorar o código

fix indentation

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
673b7cf4c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/io/BytesData.hx

+ 1 - 1
std/haxe/io/BytesData.hx

@@ -35,7 +35,7 @@ package haxe.io;
 #elseif cs
 	typedef BytesData = cs.NativeArray<cs.StdTypes.UInt8>;
 #elseif python
-		typedef BytesData = python.lib.Types.ByteArray;
+	typedef BytesData = python.lib.Types.ByteArray;
 #else
 	typedef BytesData = Array<Int>;
 #end