From 98b081a3da99886161f8ff93d44fe37400d079e1 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 13 Jul 2006 11:47:36 +0000 Subject: [PATCH] Now even more style(9)ish. Submitted by: pjd --- sys/dev/random/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 5d6bd6717c50..264f9d594070 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -56,7 +56,7 @@ random_ident_hardware(struct random_systat *systat) /* Then go looking for hardware */ #if defined(__i386__) && !defined(PC98) - if(via_feature_rng & VIA_HAS_RNG) { + if (via_feature_rng & VIA_HAS_RNG) { *systat = random_nehemiah; } #endif