mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Change all "if(" to "if ("
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
aa89a39a09
commit
6ead3e77dc
61 changed files with 3500 additions and 3500 deletions
|
@ -29,7 +29,7 @@ odm_ConfigRFReg_8188E(
|
|||
u32 RegAddr
|
||||
)
|
||||
{
|
||||
if(Addr == 0xffe)
|
||||
if (Addr == 0xffe)
|
||||
{
|
||||
ODM_sleep_ms(50);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue