]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Apply formatting again
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 11 Dec 2020 16:04:20 +0000 (17:04 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 5 Jan 2021 09:25:41 +0000 (10:25 +0100)
pdns/recursordist/negcache.hh

index b051d4399233bc930e0a1b8f6c37c0d770c62ca1..2f37d421f32f7e8a775cad3db02f662a4054e12f 100644 (file)
@@ -108,7 +108,7 @@ private:
 
   struct MapCombo
   {
-    MapCombo() { }
+    MapCombo() {}
     MapCombo(const MapCombo&) = delete;
     MapCombo& operator=(const MapCombo&) = delete;
     negcache_t d_map;