rtl8188eu: Change "}else{" and variants to "} else {"

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:27:00 -05:00
parent 0a97479cee
commit 16d2a24227
23 changed files with 73 additions and 73 deletions

View file

@ -188,7 +188,7 @@ RateDownFinish:
}
else if (pRaInfo->RAWaitingCounter== 0) {
}
else{
else {
pRaInfo->RAWaitingCounter=0;
pRaInfo->RAPendingCounter=0;
}
@ -434,7 +434,7 @@ odm_ARFBRefresh_8188E(
}
}
}
else{
else {
pRaInfo->HighestRate=0;
}
/* Lowest rate */
@ -448,7 +448,7 @@ odm_ARFBRefresh_8188E(
}
}
}
else{
else {
pRaInfo->LowestRate=0;
}
@ -524,12 +524,12 @@ odm_PTTryState_8188E(
pRaInfo->PTStopCount=0;
}
else{
else {
pRaInfo->RAstage=0;
pRaInfo->PTStopCount++;
}
}
else{
else {
pRaInfo->PTStage=0;
pRaInfo->RAstage=0;
}
@ -871,7 +871,7 @@ ODM_RA_TxRPT2Handle_8188E(
else
pRAInfo->RAstage=0;
}
else{
else {
odm_RateDecision_8188E(pDM_Odm,pRAInfo);
}
#else