Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libcurses/slave tests/libcurses: remove excess emp...



details:   https://anonhg.NetBSD.org/src/rev/f58e88f99b2e
branches:  trunk
changeset: 959391:f58e88f99b2e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Feb 12 20:45:00 2021 +0000

description:
tests/libcurses: remove excess empty lines

diffstat:

 tests/lib/libcurses/slave/curses_commands.c |  15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diffs (113 lines):

diff -r 5c16dd9e4ef5 -r f58e88f99b2e tests/lib/libcurses/slave/curses_commands.c
--- a/tests/lib/libcurses/slave/curses_commands.c       Fri Feb 12 20:41:37 2021 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.c       Fri Feb 12 20:45:00 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses_commands.c,v 1.20 2021/02/12 20:41:37 rillig Exp $      */
+/*     $NetBSD: curses_commands.c,v 1.21 2021/02/12 20:45:00 rillig Exp $      */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -971,7 +971,6 @@
 }
 
 
-
 void
 cmd_mvwaddbytes(int nargs, char **args)
 {
@@ -3532,7 +3531,6 @@
 }
 
 
-
 void
 cmd_chgat(int nargs, char **args)
 {
@@ -3645,7 +3643,6 @@
 }
 
 
-
 void
 cmd_add_wchnstr(int nargs, char **args)
 {
@@ -3734,7 +3731,6 @@
 }
 
 
-
 void
 cmd_addnwstr(int nargs, char **args)
 {
@@ -3839,7 +3835,6 @@
 }
 
 
-
 void
 cmd_echo_wchar(int nargs, char **args)
 {
@@ -3875,7 +3870,6 @@
 }
 
 
-
 /* insert */
 void
 cmd_ins_wch(int nargs, char **args)
@@ -3927,7 +3921,6 @@
 }
 
 
-
 void
 cmd_ins_nwstr(int nargs, char **args)
 {
@@ -4032,7 +4025,6 @@
 }
 
 
-
 /* input */
 void
 cmd_get_wch(int nargs, char **args)
@@ -4102,7 +4094,6 @@
 }
 
 
-
 void
 cmd_getn_wstr(int nargs, char **args)
 {
@@ -4221,7 +4212,6 @@
 }
 
 
-
 void
 cmd_in_wch(int nargs, char **args)
 {
@@ -4367,7 +4357,6 @@
 }
 
 
-
 void
 cmd_innwstr(int nargs, char **args)
 {
@@ -4487,7 +4476,6 @@
 }
 
 
-
 /* cchar handling */
 void
 cmd_setcchar(int nargs, char **args)
@@ -4529,7 +4517,6 @@
 }
 
 
-
 /* misc */
 void
 cmd_key_name(int nargs, char **args)



Home | Main Index | Thread Index | Old Index