PEP8: fix E222: multiple spaces after operator
[samba.git] / python / samba / tests / dcerpc / raw_protocol.py
index 2a1a87be492ae83e75082b9501cadfa4822c270a..006195035c66aa195a50c3dc546c0e61065d9931 100755 (executable)
@@ -1330,7 +1330,7 @@ class TestDCERPC_BIND(RawDCERPCTest):
         features1 = 0
         btf1 = base.bind_time_features_syntax(features1)
 
-        features2 =  dcerpc.DCERPC_BIND_TIME_KEEP_CONNECTION_ON_ORPHAN
+        features2 = dcerpc.DCERPC_BIND_TIME_KEEP_CONNECTION_ON_ORPHAN
         features2 |= dcerpc.DCERPC_BIND_TIME_SECURITY_CONTEXT_MULTIPLEXING
         btf2 = base.bind_time_features_syntax(features2)