Now even more style(9)ish.

Submitted by:	pjd
This commit is contained in:
Michael Reifenberger 2006-07-13 11:47:36 +00:00
parent 4fd58e10b2
commit 42936f9334

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