]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#892] minor changes
authorRazvan Becheriu <razvan@isc.org>
Fri, 7 Feb 2020 09:11:17 +0000 (11:11 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 21 Feb 2020 15:41:31 +0000 (17:41 +0200)
src/lib/dhcpsrv/multi_threading_utils.cc
src/lib/dhcpsrv/multi_threading_utils.h

index fa12d02503d74b45e4f046a004bd7e179c172f72..fe9e28345a4fd6e980d4afdd55dc523d499cc84c 100644 (file)
@@ -62,5 +62,5 @@ MultiThreadingUtil::maxThreadQueueSize() {
     return 4;
 }
 
-}  // dhcp
-}  // isc
+}  // namespace dhcp
+}  // namespace isc
index bda488d6659d7b0dbfce50fc5acb8eb9d05ad10a..ba944c4a51bb2db3b45e0a5d72df32f359926f06 100644 (file)
@@ -58,6 +58,6 @@ public:
     static uint32_t maxThreadQueueSize();
 };
 
-}
-}
+}  // namespace dhcp
+}  // namespace isc
 #endif // MULTI_THREADING_UTIL_H