aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2009-09-09 04:04:09 +0000
committerEd Maste <emaste@FreeBSD.org>2009-09-09 04:04:09 +0000
commit7771d6bf70d51dc0704c04bc231b1345c0d345c0 (patch)
treeaf000b1d7c97f618901bbe485503c5d081722119 /sys/dev/aac/aac.c
parent4a42b061067a9943b4ebbd0a2d96a86f69e85029 (diff)
downloadsrc-7771d6bf70d51dc0704c04bc231b1345c0d345c0.tar.gz
src-7771d6bf70d51dc0704c04bc231b1345c0d345c0.zip
Whitespace tweak.
Submitted by: phk, via accidental commit in r196969.
Notes
Notes: svn path=/head/; revision=197016
Diffstat (limited to 'sys/dev/aac/aac.c')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index f3d931aaf06b..5c3180b8395c 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -3556,7 +3556,7 @@ aac_supported_features(struct aac_softc *sc, caddr_t uptr)
* 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 */