svn commit: r197016 - head/sys/dev/aac
Ed Maste
emaste at FreeBSD.org
Wed Sep 9 04:04:10 UTC 2009
Author: emaste
Date: Wed Sep 9 04:04:09 2009
New Revision: 197016
URL: http://svn.freebsd.org/changeset/base/197016
Log:
Whitespace tweak.
Submitted by: phk, via accidental commit in r196969.
Modified:
head/sys/dev/aac/aac.c
Modified: head/sys/dev/aac/aac.c
==============================================================================
--- head/sys/dev/aac/aac.c Wed Sep 9 03:59:46 2009 (r197015)
+++ head/sys/dev/aac/aac.c Wed Sep 9 04:04:09 2009 (r197016)
@@ -3556,7 +3556,7 @@ aac_supported_features(struct aac_softc
* associated with the feature in the data field or perform whatever
* action needed indicates in the data field.
*/
- if (f.feat.fValue == 0) {
+ if (f.feat.fValue == 0) {
f.feat.fBits.largeLBA =
(sc->flags & AAC_FLAGS_LBA_64BIT) ? 1 : 0;
/* TODO: In the future, add other features state here as well */
More information about the svn-src-head
mailing list