瀏覽代碼

Replaced leading spaces with tabs.

David Sissitka 12 年之前
父節點
當前提交
33e4d73629
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      api.go

+ 2 - 2
api.go

@@ -311,9 +311,9 @@ func getContainersJSON(srv *Server, version float64, w http.ResponseWriter, r *h
 			outs2 = append(outs2, ctnr.ToLegacy())
 		}
 
-        return writeJSON(w, http.StatusOK, outs2)
+		return writeJSON(w, http.StatusOK, outs2)
 	} else {
-        return writeJSON(w, http.StatusOK, outs)
+		return writeJSON(w, http.StatusOK, outs)
 	}
 }