diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-07 15:22:59 -0800 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-07 15:22:59 -0800 |
| commit | 8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75 (patch) | |
| tree | 8a64adb148b144fe27df26659672905786a8b47a | |
| parent | ede88283729663f11d913cc54bcf8ee08028d98f (diff) | |
| download | nova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.tar.gz nova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.tar.xz nova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.zip | |
Converted tabs to spaces in bin/nova-api
| -rwxr-xr-x | bin/nova-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-api b/bin/nova-api index 2d2ef6d0c..c921ec45c 100755 --- a/bin/nova-api +++ b/bin/nova-api @@ -62,5 +62,5 @@ if __name__ == '__main__': LOG.error(_("No paste configuration found for: %s"), 'nova-api.conf') sys.exit(1) else: - service = service.serve_wsgi(service.ApiService, conf) + service = service.serve_wsgi(service.ApiService, conf) service.wait() |
