svn commit: r211331 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Sun Aug 15 11:44:08 UTC 2010


Author: adrian
Date: Sun Aug 15 11:44:08 2010
New Revision: 211331
URL: http://svn.freebsd.org/changeset/base/211331

Log:
  Fix indenting/whitespace to make consistent with -head.

Modified:
  user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c

Modified: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Aug 15 11:40:53 2010	(r211330)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Aug 15 11:44:08 2010	(r211331)
@@ -229,9 +229,9 @@ ar5416InitCal(struct ath_hal *ah, const 
 	 */
 	if (! ar5212WaitNFCalComplete(ah, 10000)) {
 		HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did "
-		"not complete in time; noisy environment?\n", __func__);
+		    "not complete in time; noisy environment?\n", __func__);
 		return AH_FALSE;
-	}               
+	}
 
 	/* Initialize list pointers */
 	cal->cal_list = cal->cal_last = cal->cal_curr = AH_NULL;


More information about the svn-src-user mailing list