From 40c3d660e2ae523ede31fe178dee5a592b430449 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 25 Oct 2017 12:40:20 +0200 Subject: [PATCH] remove whitespace --- pdns/pdns_recursor.cc | 2 +- pdns/rec_channel_rec.cc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 7508f9362..081001295 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1237,7 +1237,7 @@ static void startDoResolve(void *p) } sr.d_outqueries ? t_RC->cacheMisses++ : t_RC->cacheHits++; - + if(spent < 0.001) g_stats.answers0_1++; else if(spent < 0.010) diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index ee26c9de7..2f47b60be 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -880,8 +880,7 @@ void registerAllStats() addGetStat("x-ourtime8-16", &g_stats.ourtime8_16); addGetStat("x-ourtime16-32", &g_stats.ourtime16_32); addGetStat("x-ourtime-slow", &g_stats.ourtimeSlow); - - + addGetStat("auth4-answers0-1", &g_stats.auth4Answers0_1); addGetStat("auth4-answers1-10", &g_stats.auth4Answers1_10); addGetStat("auth4-answers10-100", &g_stats.auth4Answers10_100); -- 2.40.0