summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-03-17 11:53:29 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-03-20 10:16:35 -0500
commit1012d3633acf13a0807142cb98badfc1e7e71b84 (patch)
tree16f582d47d17e51dd3a84764ecb9ea90e7d720a2 /reports
parentde02045a38f13035bb7e372d1ba1d1241e2ea4f0 (diff)
downloadbcfg2-1012d3633acf13a0807142cb98badfc1e7e71b84.tar.gz
bcfg2-1012d3633acf13a0807142cb98badfc1e7e71b84.tar.bz2
bcfg2-1012d3633acf13a0807142cb98badfc1e7e71b84.zip
reports.wsgi: Fix indentation
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'reports')
-rw-r--r--reports/reports.wsgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports/reports.wsgi b/reports/reports.wsgi
index 1b64ab9fd..75eb78c0b 100644
--- a/reports/reports.wsgi
+++ b/reports/reports.wsgi
@@ -9,4 +9,4 @@ Bcfg2.Options.get_parser().parse()
import django.core.handlers.wsgi
def application(environ, start_response):
- return django.core.handlers.wsgi.WSGIHandler()(environ, start_response)
+ return django.core.handlers.wsgi.WSGIHandler()(environ, start_response)