PEP8: fix E261: at least two spaces before inline comment
[sfrench/samba-autobuild/.git] / python / samba / netcmd / ldapcmp.py
index 3f4d63d989f07ba395a5ec471b01943c062da009..3b0e0d536cf2b66715b989cb377c58ebbc6840b6 100644 (file)
@@ -439,7 +439,7 @@ class LDAPObject(object):
                 "uSNChanged",
                 "uSNCreated",
                 "uSNLastObjRem",
-                "whenChanged", # This is implicitly replicated, but may diverge on updates of non-replicated attributes
+                "whenChanged",  # This is implicitly replicated, but may diverge on updates of non-replicated attributes
         ]
         self.ignore_attributes = self.non_replicated_attributes
         self.ignore_attributes += ["msExchServer1HighestUSN"]
@@ -677,7 +677,7 @@ class LDAPObject(object):
         self.summary["unique_attrs"] += self.unique_attrs
         self.summary["df_value_attrs"] += self.df_value_attrs
         other.summary["unique_attrs"] += other.unique_attrs
-        other.summary["df_value_attrs"] += self.df_value_attrs # they are the same
+        other.summary["df_value_attrs"] += self.df_value_attrs  # they are the same
         #
         self.screen_output = res[:-1]
         other.screen_output = res[:-1]