PEP8: fix E128: continuation line under-indented for visual indent
[samba.git] / python / samba / netcmd / computer.py
index 7f5f07182597f37b77c871dccc8f59658a580a97..39d29af6264cd52895cc91430460bfc90745ba15 100644 (file)
@@ -421,7 +421,7 @@ class cmd_computer_list(Command):
         creds = credopts.get_credentials(lp, fallback_machine=True)
 
         samdb = SamDB(url=H, session_info=system_session(),
-            credentials=creds, lp=lp)
+                      credentials=creds, lp=lp)
 
         filter = "(sAMAccountType=%u)" % (dsdb.ATYPE_WORKSTATION_TRUST)