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/urls.py b/frontend/urls.py
index 3aeb5d7..74be84d 100644
--- a/frontend/urls.py
+++ b/frontend/urls.py
@@ -22,6 +22,6 @@
)
if settings.DEBUG:
- pattern_list += debug_pattern_list
+ pattern_list += debug_pattern_list
urlpatterns = patterns('', *pattern_list)