From 1649b6ef2c06a9c79d0abebdd0e106ed8df901f6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 27 Sep 2018 21:24:32 -0400 Subject: [PATCH] Remove tabs from dnsrecords.hh --- pdns/dnsrecords.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2