From: Remi Gacogne Date: Tue, 16 Jun 2020 12:49:57 +0000 (+0200) Subject: rec: Appease the formatting check god X-Git-Tag: rec-4.4.0-beta1~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3754c62ad87d798a735c6ab5dea1a5847dd0cfa9;p=thirdparty%2Fpdns.git rec: Appease the formatting check god --- diff --git a/pdns/recursordist/test-negcache_cc.cc b/pdns/recursordist/test-negcache_cc.cc index 198c8c515a..1e53af11f6 100644 --- a/pdns/recursordist/test-negcache_cc.cc +++ b/pdns/recursordist/test-negcache_cc.cc @@ -436,7 +436,7 @@ BOOST_AUTO_TEST_CASE(test_dumpToFile) cache.add(genNegCacheEntry(DNSName("www1.powerdns.com"), DNSName("powerdns.com"), now)); cache.add(genNegCacheEntry(DNSName("www2.powerdns.com"), DNSName("powerdns.com"), now)); - auto fp = std::unique_ptr(tmpfile(), fclose); + auto fp = std::unique_ptr(tmpfile(), fclose); if (!fp) BOOST_FAIL("Temporary file could not be opened");