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/test_server_actions.py b/stress/test_server_actions.py
index 87b1067..5ba03e1 100644
--- a/stress/test_server_actions.py
+++ b/stress/test_server_actions.py
@@ -117,8 +117,7 @@
                 self._logger.info('machine %s ACTIVE -> %s' %
                                   (self._target['id'], reboot_state))
                 self._state.set_instance_state(self._target['id'],
-                                              (self._target, reboot_state)
-                                              )
+                                               (self._target, reboot_state))
                 self._retry_state = self.States.ACTIVE_CHECK
             elif server_state == 'ACTIVE':
                 # machine must have gone ACTIVE -> REBOOT ->ACTIVE