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=refs%2Fpull%2F6998%2Fhead;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 \