Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses White space police
details: https://anonhg.NetBSD.org/src/rev/e488291c08ec
branches: trunk
changeset: 350089:e488291c08ec
user: roy <roy%NetBSD.org@localhost>
date: Wed Jan 04 03:51:29 2017 +0000
description:
White space police
diffstat:
lib/libcurses/curses.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 657928b3f21c -r e488291c08ec lib/libcurses/curses.h
--- a/lib/libcurses/curses.h Wed Jan 04 03:05:24 2017 +0000
+++ b/lib/libcurses/curses.h Wed Jan 04 03:51:29 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: curses.h,v 1.114 2017/01/04 02:05:23 roy Exp $ */
+/* $NetBSD: curses.h,v 1.115 2017/01/04 03:51:29 roy Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
@@ -59,7 +59,7 @@
#endif
#ifdef HAVE_WCHAR
-/*
+/*
* The complex character structure required by the X/Open reference and used
* in * functions such as in_wchstr(). It includes a string of up to 8 wide
* characters and its length, an attribute, and a color-pair.
@@ -73,7 +73,7 @@
wchar_t vals[CURSES_CCHAR_MAX]; /* wide chars including
non-spacing */
} cchar_t;
-#else
+#else
typedef chtype cchar_t;
#endif /* HAVE_WCHAR */
@@ -932,7 +932,7 @@
const cchar_t *, const cchar_t *, const cchar_t *,
const cchar_t *, const cchar_t *);
int wborder_set(WINDOW *, const cchar_t *, const cchar_t *,
- const cchar_t *, const cchar_t *, const cchar_t *,
+ const cchar_t *, const cchar_t *, const cchar_t *,
const cchar_t *, const cchar_t *, const cchar_t *);
int box_set(WINDOW *, const cchar_t *, const cchar_t *);
int erasewchar(wchar_t *);
Home |
Main Index |
Thread Index |
Old Index