Whitespace for control statements

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3627 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-05-14 19:11:57 +00:00
parent 17ef384654
commit 6abd8285aa
10 changed files with 46 additions and 47 deletions

View File

@ -880,8 +880,7 @@ static inline void
_trace_regop(struct ath_hal *ah, int regop, u_int address, u_int32_t value)
{
#ifdef AH_DEBUG
switch(ath_hal_debug)
{
switch (ath_hal_debug) {
case HAL_DEBUG_OFF:
break;
case HAL_DEBUG_REGOPS: