From: bert hubert Date: Wed, 25 Oct 2017 10:40:20 +0000 (+0200) Subject: remove whitespace X-Git-Tag: rec-4.1.0-rc2~24^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40c3d660e2ae523ede31fe178dee5a592b430449;p=pdns remove whitespace --- 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);