Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses/director tests/libcurses: align comments
details: https://anonhg.NetBSD.org/src/rev/839c4436dc5d
branches: trunk
changeset: 952330:839c4436dc5d
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Feb 13 07:32:19 2021 +0000
description:
tests/libcurses: align comments
diffstat:
tests/lib/libcurses/director/director.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 086f2c121661 -r 839c4436dc5d tests/lib/libcurses/director/director.c
--- a/tests/lib/libcurses/director/director.c Sat Feb 13 07:31:07 2021 +0000
+++ b/tests/lib/libcurses/director/director.c Sat Feb 13 07:32:19 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: director.c,v 1.22 2021/02/13 07:31:07 rillig Exp $ */
+/* $NetBSD: director.c,v 1.23 2021/02/13 07:32:19 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -53,19 +53,19 @@
const char *def_check_path = "./"; /* default check path */
const char *def_include_path = "./"; /* default include path */
-extern size_t nvars; /* In testlang_conf.y */
+extern size_t nvars; /* In testlang_conf.y */
saved_data_t saved_output; /* In testlang_conf.y */
int to_slave;
int from_slave;
-int master; /* pty to the slave */
-int verbose; /* control verbosity of tests */
+int master; /* pty to the slave */
+int verbose; /* control verbosity of tests */
int check_file_flag; /* control check-file generation */
-const char *check_path; /* path to prepend to check files for output
- validation */
+const char *check_path; /* path to prepend to check files for output
+ validation */
const char *include_path; /* path to prepend to include files */
-char *cur_file; /* name of file currently being read */
+char *cur_file; /* name of file currently being read */
-void init_parse_variables(int); /* in testlang_parse.y */
+void init_parse_variables(int); /* in testlang_parse.y */
/*
* Handle the slave exiting unexpectedly, try to recover the exit message
Home |
Main Index |
Thread Index |
Old Index