[git commit] telnetd: whitespace fix

Denys Vlasenko vda.linux at googlemail.com
Thu Apr 4 14:54:14 UTC 2019


commit: https://git.busybox.net/busybox/commit/?id=29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/telnetd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking/telnetd.c b/networking/telnetd.c
index e94d3bd3d..6abecbde2 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -285,7 +285,7 @@ safe_write_to_pty_decode_iac(struct tsession *ts)
 			buf2[1] = NOP;
 			ts->wridx2 = 0;
 			ts->rdidx2 = ts->size2 = 2;
-                }
+		}
 		rc = 2;
 		goto update_and_return;
 	}


More information about the busybox-cvs mailing list