]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
minor changes
authorRazvan Becheriu <razvan@isc.org>
Tue, 9 Apr 2019 18:22:19 +0000 (21:22 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 12 Apr 2019 12:10:41 +0000 (15:10 +0300)
src/lib/dhcpsrv/alloc_engine.h

index a2d17954da5d1d99d11aa25e2bf00cd3c3e95708..1edc9b1e4d5903a87316fd8e08657203d07f4285 100644 (file)
@@ -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