From 259e466db8bbf6344b52eb8e55d02c1a46b90b98 Mon Sep 17 00:00:00 2001 From: volpino Date: Wed, 28 Nov 2012 11:22:28 +0100 Subject: [PATCH] euscanwww: Indentation must be a multiple of 4 Signed-off-by: volpino --- euscanwww/djeuscan/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/euscanwww/djeuscan/views.py b/euscanwww/djeuscan/views.py index f3e1f8c..fc10976 100644 --- a/euscanwww/djeuscan/views.py +++ b/euscanwww/djeuscan/views.py @@ -388,7 +388,7 @@ def statistics(request): ) for i in xrange(len(handlers)): if not handlers[i]['handler']: - handlers[i]['handler'] = "unknown" + handlers[i]['handler'] = "unknown" return {"handlers": handlers}