From: Razvan Becheriu Date: Tue, 9 Apr 2019 18:20:19 +0000 (+0300) Subject: minor changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1cc782f37d9cf2fb69c264f9c86900a6a524eb;p=thirdparty%2Fkea.git minor changes --- diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index b4b0ed7e87..a2d17954da 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -43,8 +43,8 @@ public: /// @param file name of the file, where exception occurred /// @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) {} + AllocFailed(const char* file, size_t line, const char* what) : + isc::Exception(file, line, what) {} }; /// @brief DHCPv4 and DHCPv6 allocation engine