From fd52a945b9103251f8d46813114171a9334d338d Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Wed, 7 Sep 2011 11:19:10 +0100 Subject: [PATCH] Fixing bad indent --- quantum/api/api_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/api/api_common.py b/quantum/api/api_common.py index cbfcbe144..6f0f5477e 100644 --- a/quantum/api/api_common.py +++ b/quantum/api/api_common.py @@ -46,7 +46,7 @@ class QuantumController(wsgi.Controller): self._resource_name + " not found in request body") for line in msg.split('\n'): LOG.error(line) - raise exc.HTTPBadRequest(msg) + raise exc.HTTPBadRequest(msg) for param in params: param_name = param['param-name'] -- 2.45.2