]> granicus.if.org Git - pdns/commitdiff
Indent fix
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 6 Feb 2014 17:03:26 +0000 (18:03 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 7 Feb 2014 12:21:01 +0000 (13:21 +0100)
pdns/ws-api.cc

index 4a25319c9a0f2234dc79012fe81b8e823ded7ef6..49d9cdfdbc37c1ad6dfb79f8bb132bfcc99907cc 100644 (file)
@@ -207,7 +207,7 @@ void apiServerStatistics(HttpRequest* req, HttpResponse* resp) {
   Document doc;
   doc.SetArray();
   typedef map<string, string> 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());