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/380849624e5b
branches: trunk
changeset: 350018:380849624e5b
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 6d7c79cca1b0 -r 380849624e5b 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 */
- Prev by Date:
[src/trunk]: src/sys/arch/macppc/conf Enable axen, cdce, run, upgt, urtw, urt...
- Next by Date:
[src/trunk]: src/share/man/man9 More macros, whitespace.
- Previous by Thread:
[src/trunk]: src/sys/arch/macppc/conf Enable axen, cdce, run, upgt, urtw, urt...
- Next by Thread:
[src/trunk]: src/share/man/man9 More macros, whitespace.
- Indexes:
Home |
Main Index |
Thread Index |
Old Index