mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
fix space/tab
This commit is contained in:
parent
e961080567
commit
d53b283012
@ -2235,6 +2235,7 @@ static int retriveFromFile(const char *path, u8 *buf, u32 sz)
|
|||||||
#else
|
#else
|
||||||
set_fs(get_ds());
|
set_fs(get_ds());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ret = readFile(fp, buf, sz);
|
ret = readFile(fp, buf, sz);
|
||||||
set_fs(oldfs);
|
set_fs(oldfs);
|
||||||
closeFile(fp);
|
closeFile(fp);
|
||||||
|
Loading…
Reference in New Issue
Block a user