소스 검색

fix indentation

Simon Krajewski 11 년 전
부모
커밋
673b7cf4c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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