Replaced leading spaces with tabs. Again.

This commit is contained in:
David Sissitka 2013-09-11 01:28:20 -07:00
parent d48ea32186
commit f4ba0d4267
1 changed files with 1 additions and 1 deletions

2
api.go
View File

@ -535,7 +535,7 @@ func postContainersCreate(srv *Server, version float64, w http.ResponseWriter, r
out.Warnings = append(out.Warnings, "IPv4 forwarding is disabled.")
}
return writeJSON(w, http.StatusCreated, out)
return writeJSON(w, http.StatusCreated, out)
}
func postContainersRestart(srv *Server, version float64, w http.ResponseWriter, r *http.Request, vars map[string]string) error {