]> granicus.if.org Git - pdns/commitdiff
Remove tabs from dnsrecords.hh
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 28 Sep 2018 01:24:32 +0000 (21:24 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 28 Sep 2018 01:24:32 +0000 (21:24 -0400)
pdns/dnsrecords.hh

index ea8c4af5e4b018de8a9bafe240d7df5e14316c69..80d320e8afec509548e31ea50e41950fb4e963d4 100644 (file)
@@ -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                               \