BSD 4_4_Lite2 release
[unix-history] / Foreign / src / telnet / utilities.c
index 1a25807..265db3e 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        8.2 (Berkeley) 12/15/93";
+static char sccsid[] = "@(#)utilities.c        8.3 (Berkeley) 5/30/95";
 #endif /* not lint */
 
 #define        TELOPTS
 #endif /* not lint */
 
 #define        TELOPTS
@@ -523,7 +523,7 @@ printsub(direction, pointer, length)
                    break;
                }
                break;
                    break;
                }
                break;
-               
+
            case LM_SLC:
                fprintf(NetTrace, "SLC");
                for (i = 2; i < length - 2; i += 3) {
            case LM_SLC:
                fprintf(NetTrace, "SLC");
                for (i = 2; i < length - 2; i += 3) {
@@ -655,7 +655,7 @@ printsub(direction, pointer, length)
                            fprintf(NetTrace, "\n");
 
                        break;
                            fprintf(NetTrace, "\n");
 
                        break;
-                               
+
                    default:
                        fprintf(NetTrace, " %d", pointer[i]);
                        break;
                    default:
                        fprintf(NetTrace, " %d", pointer[i]);
                        break;