telnetd: whitespace fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 4 Apr 2019 14:54:14 +0000 (16:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 4 Apr 2019 14:54:14 +0000 (16:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/telnetd.c

index e94d3bd3d1ebdfeaa8c711cf098c61e196820787..6abecbde2292c29748e9088e66d4421ff21dff40 100644 (file)
@@ -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;
        }