svn commit: r211330 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Sun Aug 15 11:40:54 UTC 2010


Author: adrian
Date: Sun Aug 15 11:40:53 2010
New Revision: 211330
URL: http://svn.freebsd.org/changeset/base/211330

Log:
  Fix indenting/whitespace issues introduced by me.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Aug 15 11:38:38 2010	(r211329)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Aug 15 11:40:53 2010	(r211330)
@@ -232,7 +232,7 @@ ar5416InitCal(struct ath_hal *ah, const 
 		    "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-all mailing list