prettiness police
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Jan 1993 04:14:08 +0000 (20:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Jan 1993 04:14:08 +0000 (20:14 -0800)
SCCS-vsn: lib/libcurses/addbytes.c 5.16

usr/src/lib/libcurses/addbytes.c

index 8b6824c..8fdfedc 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)addbytes.c 5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)addbytes.c 5.16 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
@@ -24,8 +24,6 @@ waddbytes(win, bytes, count)
        __waddbytes(win, bytes, count, 0);
 }
 
        __waddbytes(win, bytes, count, 0);
 }
 
-
-
 /*
  * waddbytes --
  *     Add the character to the current position in the given window.
 /*
  * waddbytes --
  *     Add the character to the current position in the given window.
@@ -138,4 +136,3 @@ newline:                    if (y == win->maxy - 1) {
        SYNCH_OUT;
        return (OK);
 }
        SYNCH_OUT;
        return (OK);
 }