torture: Remove unnecessary whitespace
authorGarming Sam <garming@catalyst.net.nz>
Thu, 8 Sep 2016 01:33:11 +0000 (13:33 +1200)
committerGarming Sam <garming@samba.org>
Thu, 8 Sep 2016 08:46:08 +0000 (10:46 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/drs/python/linked_attributes_drs.py

index 04d31c2c63d557e7d667ca431389d0ed0470b966..a529f3c3af172535ec5ce4937ca3cca52ef3dda8 100644 (file)
@@ -140,7 +140,7 @@ class LATests(drs_base.DrsBaseTestCase, ExopBaseTest):
             if link.attid == expected_attid:
                 unpacked = ndr_unpack(drsuapi.DsReplicaObjectIdentifier3,
                                       link.value.blob)
-                active = link.flags &  drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE
+                active = link.flags & drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE
                 links.append((str(unpacked.dn), bool(active)))
 
         return links