From: Razvan Becheriu Date: Tue, 9 Apr 2019 18:22:19 +0000 (+0300) Subject: minor changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfe0a30051e09025c5053ffa3b46583966b01ab;p=thirdparty%2Fkea.git minor changes --- diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index a2d17954da..1edc9b1e4d 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -44,7 +44,8 @@ public: /// @param line line of the file, where exception occurred /// @param what text description of the issue that caused exception AllocFailed(const char* file, size_t line, const char* what) : - isc::Exception(file, line, what) {} + isc::Exception(file, line, what) { + } }; /// @brief DHCPv4 and DHCPv6 allocation engine