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

@ -217,7 +217,7 @@ void update_recvframe_phyinfo_88e(
}
else
sa = get_sa(wlanhdr);
} else{
} else {
sa = get_sa(wlanhdr);
}