gpo PEP8: balance whitespace around equals
[nivanova/samba-autobuild/.git] / python / samba / gpclass.py
index c3941cf703a0a2633dbae1595898c7d361a99938..b7c53ebb52203cb9caf9afae2aa8f246bc4fca2d 100644 (file)
@@ -251,7 +251,7 @@ class GPOStorage:
         if os.path.isfile(log_file):
             self.log = tdb.open(log_file)
         else:
-            self.log = tdb.Tdb(log_file, 0, tdb.DEFAULT, os.O_CREAT |os.O_RDWR)
+            self.log = tdb.Tdb(log_file, 0, tdb.DEFAULT, os.O_CREAT | os.O_RDWR)
 
     def start(self):
         self.log.transaction_start()