]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1812] remove newline
authorJelte Jansen <jelte@isc.org>
Mon, 19 Mar 2012 15:30:16 +0000 (16:30 +0100)
committerMukund Sivaraman <muks@isc.org>
Mon, 19 Mar 2012 17:32:35 +0000 (23:02 +0530)
src/lib/nsas/hash.cc

index 4012e282c2b61afb694746d8461483408d0c4533..ac2af1549201a575cf483e48b286b9ac2acee45a 100644 (file)
@@ -99,8 +99,7 @@ Hash::Hash(uint32_t tablesize, uint32_t maxkeylen, bool randomise) :
 
     if (randomise) {
         init_value.curtime = time(NULL);
-    }
-    else {
+    } else {
         init_value.seed = 1;
     }
     srandom(init_value.seed);