s4-python: Various formatting fixes.
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / tests / dcerpc / registry.py
index b707437763f9866e7e842f628ac170f7ec26c1dc..c7bcbfd530a21c06d3051b0b45020c6733ad3c69 100644 (file)
@@ -44,7 +44,7 @@ class WinregTests(RpcInterfaceTestCase):
         self.conn.CloseKey(handle)
 
     def test_getkeyinfo(self):
-        handle = self.conn.OpenHKLM(None, 
+        handle = self.conn.OpenHKLM(None,
                  winreg.KEY_QUERY_VALUE | winreg.KEY_ENUMERATE_SUB_KEYS)
         x = self.conn.QueryInfoKey(handle, winreg.String())
         self.assertEquals(9, len(x)) # should return a 9-tuple