浏览代码

Replaced leading spaces with tabs. Again.

David Sissitka 12 年之前
父节点
当前提交
f4ba0d4267
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {