Utilities/binplistlib.py

changeset 3039
8dd0165d805d
parent 3030
4a0a82ddd9d2
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Utilities/binplistlib.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/Utilities/binplistlib.py	Sat Oct 19 17:42:18 2013 +0200
@@ -723,7 +723,7 @@
             'offsetCount': len(self.computedUniques),
             'offsetTableOffset': len(output),
             'topLevelObjectNumber': 0
-            })
+        })
         
         output = self.writeOffsetTable(output)
         output += pack('!xxxxxxBBQQQ', *self.trailer)
@@ -866,7 +866,7 @@
         if position is None:
             self.writtenReferences[obj] = len(self.writtenReferences)
             output += self.binaryInt(len(self.writtenReferences) - 1,
-                                      bytes=self.trailer.objectRefSize)
+                                     bytes=self.trailer.objectRefSize)
             return (True, output)
         else:
             output += self.binaryInt(

eric ide

mercurial