Minor formatting
authorEric Andersen <andersen@codepoet.org>
Fri, 26 Apr 2002 08:00:33 +0000 (08:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 26 Apr 2002 08:00:33 +0000 (08:00 -0000)
networking/telnet.c

index bbf0d199783404a3b3249b96f39ddac62a395f1e..62776bad1eb502d5d8924cec907d00aba975d282 100644 (file)
@@ -533,7 +533,8 @@ static void telopt(byte c)
                                                                putiac_naws(c, win_width, win_height);
                                                                break;
 #endif
-               default:                        to_notsup(c);   break;
+               default:                                to_notsup(c);
+                                                               break;
        }
 }