Explorar o código

Replaced leading spaces with tabs. Again.

David Sissitka %!s(int64=12) %!d(string=hai) anos
pai
achega
f4ba0d4267
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api.go

+ 1 - 1
api.go

@@ -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 {