This is the result of a batch reindent.py across our tree.
As Martin pointed out, we ought to be more careful and
create a pre-svn commit script to avoid inserting trash
in the tree, meanwhile, this is a good start to cleanup
things

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3487 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/scheduler/monitor_db_cleanup.py b/scheduler/monitor_db_cleanup.py
index 5e8afab..4ffadb4 100644
--- a/scheduler/monitor_db_cleanup.py
+++ b/scheduler/monitor_db_cleanup.py
@@ -49,12 +49,12 @@
 
 
     def _cleanup(self):
-            logging.info('Running periodic cleanup')
-            self._abort_timed_out_jobs()
-            self._abort_jobs_past_synch_start_timeout()
-            self._abort_jobs_past_max_runtime()
-            self._clear_inactive_blocks()
-            self._check_for_db_inconsistencies()
+        logging.info('Running periodic cleanup')
+        self._abort_timed_out_jobs()
+        self._abort_jobs_past_synch_start_timeout()
+        self._abort_jobs_past_max_runtime()
+        self._clear_inactive_blocks()
+        self._check_for_db_inconsistencies()
 
 
     def _abort_timed_out_jobs(self):