mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +00:00
rtty: improve patch indenting
Newer version of GCC complained about inconsistent indenting. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -25,7 +25,7 @@ Index: rtty-7.1.4/src/rtty.c
|
||||
if (buffer_length(&rtty->wb) < 1)
|
||||
ev_io_stop(loop, w);
|
||||
+
|
||||
+ poll(NULL, 0, 100);
|
||||
+ poll(NULL, 0, 100);
|
||||
}
|
||||
|
||||
static void on_net_connected(int sock, void *arg)
|
||||
|
||||
Reference in New Issue
Block a user