From: Christian Hofstaedtler Date: Thu, 6 Feb 2014 17:03:26 +0000 (+0100) Subject: Indent fix X-Git-Tag: rec-3.6.0-rc1~189^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f29b72dc875fc1efab76f2c2df0f1f3473ff41f7;p=pdns Indent fix --- 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());