PEP8: fix E128: continuation line under-indented for visual indent
[samba.git] / python / samba / netcmd / processes.py
index c8000b7e49e53c11eeb9c76fb82601bdfde84513..174142731c12c099f6ac177c61d7b04271302366 100644 (file)
@@ -47,7 +47,7 @@ class cmd_processes(Command):
                help="Return only processes associated with one particular name"),
         Option("--pid", type=int,
                help="Return only names assoicated with one particular PID"),
-        ]
+    ]
 
     takes_args = []