From 1200be3e870eb7e6f8d9320679dcc3970245fc74 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Fri, 31 Aug 2018 12:53:33 +0100 Subject: [PATCH] Fixed alignment for code --- pdns/dnsdist.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index 623850222c..ca1c100ca1 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -346,8 +346,7 @@ struct MetricDefinitionStorage { { "cpu-user-msec", MetricDefinition(PrometheusMetricType::counter, "Milliseconds spent by dnsdist in the user state")}, { "cpu-sys-msec", MetricDefinition(PrometheusMetricType::counter, "Milliseconds spent by dnsdist in the system state")}, { "fd-usage", MetricDefinition(PrometheusMetricType::gauge, "Number of currently used file descriptors")}, - { "dyn-blocked", MetricDefinition(PrometheusMetricType::counter - , "Number of queries dropped because of a dynamic block")}, + { "dyn-blocked", MetricDefinition(PrometheusMetricType::counter, "Number of queries dropped because of a dynamic block")}, { "dyn-block-nmg-size", MetricDefinition(PrometheusMetricType::gauge, "Number of dynamic blocks entries") }, }; }; -- 2.47.2