]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
whitespace
authorRoy Marples <roy@marples.name>
Thu, 19 Jun 2008 21:26:41 +0000 (21:26 +0000)
committerRoy Marples <roy@marples.name>
Thu, 19 Jun 2008 21:26:41 +0000 (21:26 +0000)
common.c

index 5754d40f242dd06c07b280efe9cfb2d9f9aa451b..8bc2b7818b406bfa12e15e1d1c47b13d64d0022e 100644 (file)
--- a/common.c
+++ b/common.c
@@ -86,7 +86,6 @@ uint32_t arc4random(void)
                        seed = time(0);
                if (fd >= 0)
                        close(fd);
-
                srandom(seed);
        }