]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1306] Addressed the comment
authorFrancis Dupont <fdupont@isc.org>
Mon, 19 Oct 2020 15:17:05 +0000 (17:17 +0200)
committerTomek Mrugalski <thomson@klub.com.pl>
Thu, 22 Oct 2020 17:20:47 +0000 (19:20 +0200)
src/lib/util/thread_pool.h

index b1e8ca3e4a6f95b87afcf0785edd991b586fce43..8bdb794bbb1b6bec672aa127aecb15cf01a9ac81 100644 (file)
@@ -423,7 +423,7 @@ private:
 
 /// Initialize the 10 packet rounding to exp(-.1)
 template <typename W, typename C>
-    const double ThreadPool<W, C>::CEXP10 = std::exp(-.1);
+const double ThreadPool<W, C>::CEXP10 = std::exp(-.1);
 
 /// Initialize the 100 packet rounding to exp(-.01)
 template <typename W, typename C>