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 bbf0d19..62776ba 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;
        }
 }