From: Salvatore Orlando Date: Wed, 7 Sep 2011 10:19:10 +0000 (+0100) Subject: Fixing bad indent X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fd52a945b9103251f8d46813114171a9334d338d;p=openstack-build%2Fneutron-build.git Fixing bad indent --- 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']