summaryrefslogtreecommitdiffstats
path: root/rose/rsuplnk.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:38 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:11:30 +0200
commit1245fbd2a8d60bab7b16b8a1d3c0122fee72f53f (patch)
tree6dcf938b1472a9b5cac35648ffb0f3d185c39590 /rose/rsuplnk.c
parent0b4425760be1f92a1f25daeb5d3dc91814a98622 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'rose/rsuplnk.c')
-rw-r--r--rose/rsuplnk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rose/rsuplnk.c b/rose/rsuplnk.c
index eadb0ed..5d9be33 100644
--- a/rose/rsuplnk.c
+++ b/rose/rsuplnk.c
@@ -102,7 +102,7 @@ int main(int argc, char **argv)
for (n = 0; n < ax25peer.fsa_ax25.sax25_ndigis; n++) {
addr = ax25_ntoa(&ax25peer.fsa_digipeater[n]);
-
+
if (strspn(addr, "0123456789-") == strlen(addr)) {
if ((p = strchr(addr, '-')) != NULL)
*p = '\0';
@@ -249,7 +249,7 @@ int main(int argc, char **argv)
FD_ZERO(&read_fd);
FD_SET(STDIN_FILENO, &read_fd);
FD_SET(s, &read_fd);
-
+
select(s + 1, &read_fd, NULL, NULL, NULL);
if (FD_ISSET(s, &read_fd)) {