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/frontend/afe/rpc_utils.py b/frontend/afe/rpc_utils.py
index 548556b..7c58ec5 100644
--- a/frontend/afe/rpc_utils.py
+++ b/frontend/afe/rpc_utils.py
@@ -227,11 +227,11 @@
continue
execution_count = count_per_execution[_execution_key_for(queue_entry)]
if execution_count < queue_entry.job.synch_count:
- raise model_logic.ValidationError(
- {'' : 'You cannot abort part of a synchronous job execution '
- '(%d/%s), %d included, %d expected'
- % (queue_entry.job.id, queue_entry.execution_subdir,
- execution_count, queue_entry.job.synch_count)})
+ raise model_logic.ValidationError(
+ {'' : 'You cannot abort part of a synchronous job execution '
+ '(%d/%s), %d included, %d expected'
+ % (queue_entry.job.id, queue_entry.execution_subdir,
+ execution_count, queue_entry.job.synch_count)})
def check_atomic_group_create_job(synch_count, host_objects, metahost_objects,