]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsname.cc: whitespace fix
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 28 Jun 2016 08:57:06 +0000 (10:57 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 1 Jul 2016 12:28:26 +0000 (14:28 +0200)
pdns/dnsname.cc

index 8c885a895a0681e580f5016d79b4a2c4b03ed623..424e53bdab28109f1f4f6668f94cf9e5ca689aab 100644 (file)
@@ -157,7 +157,7 @@ std::string DNSName::toLogString() const
     return "(empty)";
   }
 
- if(isRoot())
 if(isRoot())
     return ".";
 
   std::string ret;