From f29b72dc875fc1efab76f2c2df0f1f3473ff41f7 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 6 Feb 2014 18:03:26 +0100 Subject: [PATCH] Indent fix --- pdns/ws-api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ws-api.cc b/pdns/ws-api.cc index 4a25319c9..49d9cdfdb 100644 --- a/pdns/ws-api.cc +++ b/pdns/ws-api.cc @@ -207,7 +207,7 @@ void apiServerStatistics(HttpRequest* req, HttpResponse* resp) { Document doc; doc.SetArray(); typedef map items_t; - BOOST_FOREACH(const items_t::value_type& item, items) { + BOOST_FOREACH(const items_t::value_type& item, items) { Value jitem; jitem.SetObject(); jitem.AddMember("type", "StatisticItem", doc.GetAllocator()); -- 2.50.1