]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixing bad indent
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 7 Sep 2011 10:19:10 +0000 (11:19 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 7 Sep 2011 10:19:10 +0000 (11:19 +0100)
quantum/api/api_common.py

index cbfcbe14438e267ddb1342e44afc003fca963a2c..6f0f5477e38c8e1870e61322bf9abbbbd4b62117 100644 (file)
@@ -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']