PEP8: fix W291: trailing whitespace
[amitay/samba.git] / wintest / wintest.py
index 166489aa0376b3566ad53d83b3cd1d65f4db864d..4152069bbdf59a7012132b6d829117c697761e0b 100644 (file)
@@ -894,7 +894,7 @@ RebootOnCompletion=No
             child.sendline("ipconfig /flushdns")
             child.expect("C:")
             child.sendline("netdom join ${WIN_HOSTNAME} /Domain:%s /UserD:%s /PasswordD:%s" % (domain, username, password))
-            i = child.expect(["The command completed successfully", 
+            i = child.expect(["The command completed successfully",
                               "The specified domain either does not exist or could not be contacted."], timeout=120)
             if i == 0:
                 break