Browse Source

fix indentation

Simon Krajewski 11 years ago
parent
commit
673b7cf4c8
1 changed files with 1 additions and 1 deletions
  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