Clean up pep8 E123 and E124 violations

Fixed E123 and E124 errors.
All ignores are to be removed in the next sequence of patches.

Change-Id: Ie5dc0cd6b0cbdf00f403cb1a039c499a2fca869e
diff --git a/stress/driver.py b/stress/driver.py
index 35004bb..3032d58 100644
--- a/stress/driver.py
+++ b/stress/driver.py
@@ -36,7 +36,7 @@
     filename="stress.debug.log",
     filemode="w",
     level=logging.DEBUG,
-    )
+)
 
 # define a Handler which writes INFO messages or higher to the sys.stdout
 _console = logging.StreamHandler()