Parcourir la source

[1812] remove newline

Jelte Jansen il y a 13 ans
Parent
commit
3dfd3b25e2
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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) {
     if (randomise) {
         init_value.curtime = time(NULL);
         init_value.curtime = time(NULL);
-    }
-    else {
+    } else {
         init_value.seed = 1;
         init_value.seed = 1;
     }
     }
     srandom(init_value.seed);
     srandom(init_value.seed);