Now even more style(9)ish.

Submitted by:	pjd
This commit is contained in:
mr 2006-07-13 11:47:36 +00:00
parent 4af607ffd5
commit 98b081a3da

View File

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