mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-17 17:44:06 +00:00
patches-22.03.4: trim trailing whitespace
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
This commit is contained in:
parent
037855ccf9
commit
c03dfda53f
@ -663,7 +663,7 @@ index 0000000000..ef138df24c
|
|||||||
+ fp = fopen("/etc/config/wireless", "r");
|
+ fp = fopen("/etc/config/wireless", "r");
|
||||||
+ if (!fp)
|
+ if (!fp)
|
||||||
+ return;
|
+ return;
|
||||||
+
|
+
|
||||||
+ fread(buf, 1, sizeof(buf) - 1, fp);
|
+ fread(buf, 1, sizeof(buf) - 1, fp);
|
||||||
+ fclose(fp);
|
+ fclose(fp);
|
||||||
+
|
+
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user