Browse Source

[1812] remove newline

Jelte Jansen 13 years ago
parent
commit
3dfd3b25e2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/nsas/hash.cc

+ 1 - 2
src/lib/nsas/hash.cc

@@ -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);