From: Josh Soref Date: Fri, 28 Sep 2018 01:24:32 +0000 (-0400) Subject: Remove tabs from dnsrecords.hh X-Git-Tag: dnsdist-1.3.3~95^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1649b6ef2c06a9c79d0abebdd0e106ed8df901f6;p=thirdparty%2Fpdns.git Remove tabs from dnsrecords.hh --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index ea8c4af5e4..80d320e8af 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -762,7 +762,7 @@ RNAME##RecordContent::RNAME##RecordContent(const string& zoneData) } \ catch(RecordTextException& rte) { \ throw MOADNSException("Parsing record content (try 'pdnsutil check-zone'): "+string(rte.what())); \ - } \ + } \ } \ \ string RNAME##RecordContent::getZoneRepresentation(bool noDot) const \