summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-11 16:59:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-11 16:59:51 +0000
commit1c392a4c52acbdf13b74d209373351ab554350cd (patch)
tree73e726adb99f87f4e549e286144c1b7820a8d2ff
parent6b46236c83f9aa5b9cd59b466eeba348ee23825a (diff)
spacing
-rw-r--r--lib/libc/crypt/arc4random.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.c b/lib/libc/crypt/arc4random.c
index 1697752a1ac..f00f5ee9f1c 100644
--- a/lib/libc/crypt/arc4random.c
+++ b/lib/libc/crypt/arc4random.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arc4random.c,v 1.23 2012/06/24 18:25:12 matthew Exp $ */
+/* $OpenBSD: arc4random.c,v 1.24 2013/06/11 16:59:50 deraadt Exp $ */
/*
* Copyright (c) 1996, David Mazieres <dm@uun.org>
@@ -120,8 +120,7 @@ arc4_stir_if_needed(void)
{
pid_t pid = getpid();
- if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid)
- {
+ if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid) {
arc4_stir_pid = pid;
arc4_stir();
}