From 33e4d73629dd2a913e5b8e4c96faba09bcb1bcac Mon Sep 17 00:00:00 2001 From: David Sissitka Date: Wed, 11 Sep 2013 01:07:05 -0700 Subject: [PATCH] Replaced leading spaces with tabs. --- api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.go b/api.go index e794f9ea47..97db0e23c3 100644 --- a/api.go +++ b/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) } }