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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to