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:
John Crispin
2023-03-15 09:56:09 +01:00
parent 8111566f35
commit ea95356ebd

View File

@@ -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)