From: Pieter Lexis Date: Tue, 28 Jun 2016 08:57:06 +0000 (+0200) Subject: dnsname.cc: whitespace fix X-Git-Tag: rec-4.0.0~22^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db3c59dffd7681544f8cd6048b11180fb144a58;p=thirdparty%2Fpdns.git dnsname.cc: whitespace fix --- diff --git a/pdns/dnsname.cc b/pdns/dnsname.cc index 8c885a895a..424e53bdab 100644 --- a/pdns/dnsname.cc +++ b/pdns/dnsname.cc @@ -157,7 +157,7 @@ std::string DNSName::toLogString() const return "(empty)"; } - if(isRoot()) + if(isRoot()) return "."; std::string ret;