Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Whitespace



details:   https://anonhg.NetBSD.org/src/rev/be7124ee89d3
branches:  trunk
changeset: 820160:be7124ee89d3
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jan 02 08:44:12 2017 +0000

description:
Whitespace

diffstat:

 lib/libcurses/line.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6fc0ff177871 -r be7124ee89d3 lib/libcurses/line.c
--- a/lib/libcurses/line.c      Mon Jan 02 03:22:30 2017 +0000
+++ b/lib/libcurses/line.c      Mon Jan 02 08:44:12 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: line.c,v 1.6 2010/02/23 19:48:26 drochner Exp $        */
+/*     $NetBSD: line.c,v 1.7 2017/01/02 08:44:12 roy Exp $     */
 
 /*-
  * Copyright (c) 1998-1999 Brett Lymn
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: line.c,v 1.6 2010/02/23 19:48:26 drochner Exp $");
+__RCSID("$NetBSD: line.c,v 1.7 2017/01/02 08:44:12 roy Exp $");
 #endif                         /* not lint */
 
 #include <string.h>
@@ -93,7 +93,7 @@
                ch |= ACS_HLINE;
        for (i = 0; i < n; i++)
                mvwaddch(win, win->cury, ocurx + i, ch);
-               
+
        wmove(win, win->cury, ocurx);
        return OK;
 #else
@@ -238,7 +238,7 @@
 #endif /* DEBUG */
                mvwadd_wch(win, win->cury, ocurx + i * cw, &cc);
        }
-               
+
        wmove(win, win->cury, ocurx);
        return OK;
 #endif /* HAVE_WCHAR */



Home | Main Index | Thread Index | Old Index