Module Name: src
Committed By: rillig
Date: Fri Apr 22 21:21:20 UTC 2022
Modified Files:
src/tests/usr.bin/indent: Makefile fmt_block.c fmt_decl.c
fmt_else_comment.c fmt_expr.c indent_off_on.c label.c lex_char.c
lex_ident.c lex_string.c lsym_binary_op.c lsym_case_label.c
lsym_colon.c lsym_comma.c lsym_comment.c lsym_do.c lsym_else.c
lsym_eof.c lsym_for.c lsym_form_feed.c lsym_funcname.c lsym_if.c
lsym_lbrace.c lsym_lparen_or_lbracket.c lsym_newline.c
lsym_offsetof.c lsym_period.c lsym_postfix_op.c
lsym_preprocessing.c lsym_question.c lsym_rbrace.c lsym_return.c
lsym_rparen_or_rbracket.c lsym_semicolon.c lsym_sizeof.c
lsym_storage_class.c lsym_switch.c lsym_tag.c
lsym_type_in_parentheses.c lsym_type_outside_parentheses.c
lsym_typedef.c lsym_unary_op.c lsym_while.c lsym_word.c opt_P.c
opt_T.c opt_bacc.c opt_bad.c opt_badp.c opt_bap.c opt_bap_sob.c
opt_bbb.c opt_bc.c opt_bl_br.c opt_bs.c opt_c.c opt_cd.c opt_cdb.c
opt_ce.c opt_ci.c opt_cli.c opt_cs.c opt_d.c opt_di.c opt_dj.c
opt_eei.c opt_ei.c opt_fbs.c opt_fc1.c opt_fcb.c opt_i.c opt_ip.c
opt_l.c opt_lc.c opt_ldi.c opt_lp.c opt_lpl.c opt_pcs.c opt_psl.c
opt_sc.c opt_sob.c opt_ta.c opt_ts.c opt_ut.c opt_v.c opt_version.c
ps_ind_level.c psym_decl.c psym_do.c psym_do_stmt.c psym_else.c
psym_for_exprs.c psym_if_expr.c psym_if_expr_stmt.c
psym_if_expr_stmt_else.c psym_lbrace.c psym_rbrace.c
psym_semicolon.c psym_stmt.c psym_stmt_list.c psym_switch_expr.c
psym_while_expr.c t_errors.sh t_misc.sh t_options.awk t_options.sh
token_binary_op.c token_comment.c token_decl.c token_do_stmt.c
token_end_of_file.c token_for_exprs.c token_form_feed.c
token_funcname.c token_ident.c token_if_expr.c token_if_expr_stmt.c
token_if_expr_stmt_else.c token_keyword_do.c
token_keyword_do_else.c token_keyword_else.c
token_keyword_for_if_while.c token_keyword_struct_union_enum.c
token_lbrace.c token_lparen.c token_newline.c token_period.c
token_postfix_op.c token_preprocessing.c token_rbrace.c
token_rparen.c token_semicolon.c token_stmt.c token_stmt_list.c
token_storage_class.c token_string_prefix.c token_switch_expr.c
token_type_def.c token_unary_op.c token_while_expr.c
src/usr.bin/indent: parse.c
Log Message:
indent: remove FreeBSD IDs
Most of the IDs were empty anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/tests/usr.bin/indent/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/indent/fmt_block.c \
src/tests/usr.bin/indent/fmt_else_comment.c \
src/tests/usr.bin/indent/fmt_expr.c src/tests/usr.bin/indent/label.c \
src/tests/usr.bin/indent/lex_char.c src/tests/usr.bin/indent/lex_string.c \
src/tests/usr.bin/indent/lsym_binary_op.c \
src/tests/usr.bin/indent/lsym_offsetof.c \
src/tests/usr.bin/indent/lsym_postfix_op.c \
src/tests/usr.bin/indent/lsym_preprocessing.c \
src/tests/usr.bin/indent/lsym_question.c \
src/tests/usr.bin/indent/lsym_return.c \
src/tests/usr.bin/indent/lsym_tag.c src/tests/usr.bin/indent/opt_T.c \
src/tests/usr.bin/indent/opt_bap_sob.c src/tests/usr.bin/indent/opt_c.c \
src/tests/usr.bin/indent/opt_cd.c src/tests/usr.bin/indent/opt_d.c \
src/tests/usr.bin/indent/opt_i.c src/tests/usr.bin/indent/opt_l.c \
src/tests/usr.bin/indent/opt_lc.c src/tests/usr.bin/indent/opt_ta.c \
src/tests/usr.bin/indent/opt_version.c \
src/tests/usr.bin/indent/psym_for_exprs.c \
src/tests/usr.bin/indent/psym_switch_expr.c \
src/tests/usr.bin/indent/psym_while_expr.c \
src/tests/usr.bin/indent/token_for_exprs.c \
src/tests/usr.bin/indent/token_newline.c \
src/tests/usr.bin/indent/token_period.c \
src/tests/usr.bin/indent/token_preprocessing.c \
src/tests/usr.bin/indent/token_semicolon.c \
src/tests/usr.bin/indent/token_string_prefix.c \
src/tests/usr.bin/indent/token_unary_op.c \
src/tests/usr.bin/indent/token_while_expr.c
cvs rdiff -u -r1.32 -r1.33 src/tests/usr.bin/indent/fmt_decl.c
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/indent/indent_off_on.c \
src/tests/usr.bin/indent/opt_bacc.c src/tests/usr.bin/indent/opt_badp.c \
src/tests/usr.bin/indent/opt_cdb.c src/tests/usr.bin/indent/opt_di.c \
src/tests/usr.bin/indent/opt_eei.c src/tests/usr.bin/indent/opt_fc1.c \
src/tests/usr.bin/indent/opt_psl.c src/tests/usr.bin/indent/opt_v.c
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/indent/lex_ident.c \
src/tests/usr.bin/indent/lsym_colon.c \
src/tests/usr.bin/indent/lsym_comma.c \
src/tests/usr.bin/indent/lsym_lbrace.c \
src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c \
src/tests/usr.bin/indent/lsym_sizeof.c \
src/tests/usr.bin/indent/lsym_typedef.c \
src/tests/usr.bin/indent/lsym_word.c src/tests/usr.bin/indent/opt_P.c \
src/tests/usr.bin/indent/opt_cli.c src/tests/usr.bin/indent/opt_fbs.c \
src/tests/usr.bin/indent/opt_ldi.c src/tests/usr.bin/indent/opt_sob.c \
src/tests/usr.bin/indent/opt_ut.c \
src/tests/usr.bin/indent/token_form_feed.c \
src/tests/usr.bin/indent/token_keyword_struct_union_enum.c
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/indent/lsym_case_label.c \
src/tests/usr.bin/indent/opt_bad.c src/tests/usr.bin/indent/opt_bap.c \
src/tests/usr.bin/indent/opt_bbb.c src/tests/usr.bin/indent/opt_bc.c \
src/tests/usr.bin/indent/opt_bl_br.c src/tests/usr.bin/indent/opt_ce.c \
src/tests/usr.bin/indent/opt_cs.c src/tests/usr.bin/indent/opt_lp.c \
src/tests/usr.bin/indent/ps_ind_level.c
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/indent/lsym_comment.c \
src/tests/usr.bin/indent/lsym_do.c src/tests/usr.bin/indent/lsym_else.c \
src/tests/usr.bin/indent/lsym_eof.c src/tests/usr.bin/indent/lsym_for.c \
src/tests/usr.bin/indent/lsym_form_feed.c \
src/tests/usr.bin/indent/lsym_funcname.c \
src/tests/usr.bin/indent/lsym_if.c \
src/tests/usr.bin/indent/lsym_newline.c \
src/tests/usr.bin/indent/lsym_period.c \
src/tests/usr.bin/indent/lsym_rbrace.c \
src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c \
src/tests/usr.bin/indent/lsym_semicolon.c \
src/tests/usr.bin/indent/lsym_storage_class.c \
src/tests/usr.bin/indent/lsym_switch.c \
src/tests/usr.bin/indent/lsym_type_in_parentheses.c \
src/tests/usr.bin/indent/lsym_type_outside_parentheses.c \
src/tests/usr.bin/indent/lsym_unary_op.c \
src/tests/usr.bin/indent/lsym_while.c src/tests/usr.bin/indent/opt_ts.c \
src/tests/usr.bin/indent/psym_decl.c src/tests/usr.bin/indent/psym_do.c \
src/tests/usr.bin/indent/psym_do_stmt.c \
src/tests/usr.bin/indent/psym_else.c \
src/tests/usr.bin/indent/psym_if_expr.c \
src/tests/usr.bin/indent/psym_if_expr_stmt.c \
src/tests/usr.bin/indent/psym_if_expr_stmt_else.c \
src/tests/usr.bin/indent/psym_lbrace.c \
src/tests/usr.bin/indent/psym_rbrace.c \
src/tests/usr.bin/indent/psym_semicolon.c \
src/tests/usr.bin/indent/psym_stmt.c \
src/tests/usr.bin/indent/psym_stmt_list.c \
src/tests/usr.bin/indent/token_decl.c \
src/tests/usr.bin/indent/token_do_stmt.c \
src/tests/usr.bin/indent/token_end_of_file.c \
src/tests/usr.bin/indent/token_funcname.c \
src/tests/usr.bin/indent/token_if_expr.c \
src/tests/usr.bin/indent/token_if_expr_stmt.c \
src/tests/usr.bin/indent/token_if_expr_stmt_else.c \
src/tests/usr.bin/indent/token_keyword_do.c \
src/tests/usr.bin/indent/token_keyword_do_else.c \
src/tests/usr.bin/indent/token_keyword_else.c \
src/tests/usr.bin/indent/token_keyword_for_if_while.c \
src/tests/usr.bin/indent/token_lbrace.c \
src/tests/usr.bin/indent/token_postfix_op.c \
src/tests/usr.bin/indent/token_rbrace.c \
src/tests/usr.bin/indent/token_rparen.c \
src/tests/usr.bin/indent/token_stmt.c \
src/tests/usr.bin/indent/token_stmt_list.c \
src/tests/usr.bin/indent/token_storage_class.c \
src/tests/usr.bin/indent/token_switch_expr.c \
src/tests/usr.bin/indent/token_type_def.c
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/indent/opt_bs.c \
src/tests/usr.bin/indent/t_options.awk
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/indent/opt_ci.c \
src/tests/usr.bin/indent/opt_dj.c src/tests/usr.bin/indent/opt_ei.c \
src/tests/usr.bin/indent/opt_fcb.c src/tests/usr.bin/indent/opt_ip.c \
src/tests/usr.bin/indent/opt_lpl.c src/tests/usr.bin/indent/opt_sc.c \
src/tests/usr.bin/indent/token_ident.c
cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/indent/opt_pcs.c
cvs rdiff -u -r1.23 -r1.24 src/tests/usr.bin/indent/t_errors.sh
cvs rdiff -u -r1.19 -r1.20 src/tests/usr.bin/indent/t_misc.sh
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/indent/t_options.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/indent/token_binary_op.c \
src/tests/usr.bin/indent/token_lparen.c
cvs rdiff -u -r1.27 -r1.28 src/tests/usr.bin/indent/token_comment.c
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/indent/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/indent/Makefile
diff -u src/tests/usr.bin/indent/Makefile:1.39 src/tests/usr.bin/indent/Makefile:1.40
--- src/tests/usr.bin/indent/Makefile:1.39 Sun Nov 28 16:20:13 2021
+++ src/tests/usr.bin/indent/Makefile Fri Apr 22 21:21:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/11/28 16:20:13 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2022/04/22 21:21:20 rillig Exp $
.include <bsd.own.mk>
@@ -161,7 +161,6 @@ add-test: .PHONY
echo "=> Adding test $$test"; \
printf '%s\n' \
'/* $$''NetBSD$$ */' \
- '/* $$''FreeBSD$$ */' \
'' \
'/*' \
' * TODO: Explain the purpose of the test.' \
Index: src/tests/usr.bin/indent/fmt_block.c
diff -u src/tests/usr.bin/indent/fmt_block.c:1.2 src/tests/usr.bin/indent/fmt_block.c:1.3
--- src/tests/usr.bin/indent/fmt_block.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/fmt_block.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_block.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: fmt_block.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for formatting blocks of statements and declarations.
Index: src/tests/usr.bin/indent/fmt_else_comment.c
diff -u src/tests/usr.bin/indent/fmt_else_comment.c:1.2 src/tests/usr.bin/indent/fmt_else_comment.c:1.3
--- src/tests/usr.bin/indent/fmt_else_comment.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/fmt_else_comment.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_else_comment.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD: head/usr.bin/indent/tests/elsecomment.0.pro 314613 2017-03-03 20:15:22Z ngie $ */
+/* $NetBSD: fmt_else_comment.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for comments after 'if (expr)' and 'else'. If the option '-br' is
Index: src/tests/usr.bin/indent/fmt_expr.c
diff -u src/tests/usr.bin/indent/fmt_expr.c:1.2 src/tests/usr.bin/indent/fmt_expr.c:1.3
--- src/tests/usr.bin/indent/fmt_expr.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/fmt_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_expr.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: fmt_expr.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for all kinds of expressions that are not directly related to unary
Index: src/tests/usr.bin/indent/label.c
diff -u src/tests/usr.bin/indent/label.c:1.2 src/tests/usr.bin/indent/label.c:1.3
--- src/tests/usr.bin/indent/label.c:1.2 Sat Nov 20 11:13:18 2021
+++ src/tests/usr.bin/indent/label.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: label.c,v 1.2 2021/11/20 11:13:18 rillig Exp $ */
-/* $FreeBSD: head/usr.bin/indent/tests/label.0 313544 2017-02-10 09:31:39Z pstef $ */
+/* $NetBSD: label.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/* See FreeBSD r303489 */
Index: src/tests/usr.bin/indent/lex_char.c
diff -u src/tests/usr.bin/indent/lex_char.c:1.2 src/tests/usr.bin/indent/lex_char.c:1.3
--- src/tests/usr.bin/indent/lex_char.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/lex_char.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_char.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_char.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Test lexing of character constants.
Index: src/tests/usr.bin/indent/lex_string.c
diff -u src/tests/usr.bin/indent/lex_string.c:1.2 src/tests/usr.bin/indent/lex_string.c:1.3
--- src/tests/usr.bin/indent/lex_string.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/lex_string.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_string.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_string.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Test lexing of string literals.
Index: src/tests/usr.bin/indent/lsym_binary_op.c
diff -u src/tests/usr.bin/indent/lsym_binary_op.c:1.2 src/tests/usr.bin/indent/lsym_binary_op.c:1.3
--- src/tests/usr.bin/indent/lsym_binary_op.c:1.2 Thu Nov 25 17:46:51 2021
+++ src/tests/usr.bin/indent/lsym_binary_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_binary_op.c,v 1.2 2021/11/25 17:46:51 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_binary_op.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_binary_op, which represents a binary operator in
Index: src/tests/usr.bin/indent/lsym_offsetof.c
diff -u src/tests/usr.bin/indent/lsym_offsetof.c:1.2 src/tests/usr.bin/indent/lsym_offsetof.c:1.3
--- src/tests/usr.bin/indent/lsym_offsetof.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/lsym_offsetof.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_offsetof.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_offsetof.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_offsetof, which represents the keyword 'offsetof'
Index: src/tests/usr.bin/indent/lsym_postfix_op.c
diff -u src/tests/usr.bin/indent/lsym_postfix_op.c:1.2 src/tests/usr.bin/indent/lsym_postfix_op.c:1.3
--- src/tests/usr.bin/indent/lsym_postfix_op.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/lsym_postfix_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_postfix_op.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_postfix_op.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_postfix_op, which represents the operators '++'
Index: src/tests/usr.bin/indent/lsym_preprocessing.c
diff -u src/tests/usr.bin/indent/lsym_preprocessing.c:1.2 src/tests/usr.bin/indent/lsym_preprocessing.c:1.3
--- src/tests/usr.bin/indent/lsym_preprocessing.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/lsym_preprocessing.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_preprocessing.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_preprocessing.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_preprocessing, which represents a '#' that starts
Index: src/tests/usr.bin/indent/lsym_question.c
diff -u src/tests/usr.bin/indent/lsym_question.c:1.2 src/tests/usr.bin/indent/lsym_question.c:1.3
--- src/tests/usr.bin/indent/lsym_question.c:1.2 Sun Nov 28 16:20:13 2021
+++ src/tests/usr.bin/indent/lsym_question.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_question.c,v 1.2 2021/11/28 16:20:13 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_question.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_question, which represents the '?' in a '?:'
Index: src/tests/usr.bin/indent/lsym_return.c
diff -u src/tests/usr.bin/indent/lsym_return.c:1.2 src/tests/usr.bin/indent/lsym_return.c:1.3
--- src/tests/usr.bin/indent/lsym_return.c:1.2 Sun Nov 28 16:31:39 2021
+++ src/tests/usr.bin/indent/lsym_return.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_return.c,v 1.2 2021/11/28 16:31:39 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_return.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_return, which represents the keyword 'return' that
Index: src/tests/usr.bin/indent/lsym_tag.c
diff -u src/tests/usr.bin/indent/lsym_tag.c:1.2 src/tests/usr.bin/indent/lsym_tag.c:1.3
--- src/tests/usr.bin/indent/lsym_tag.c:1.2 Sat Feb 12 19:46:56 2022
+++ src/tests/usr.bin/indent/lsym_tag.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_tag.c,v 1.2 2022/02/12 19:46:56 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_tag.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_tag, which represents one of the keywords
Index: src/tests/usr.bin/indent/opt_T.c
diff -u src/tests/usr.bin/indent/opt_T.c:1.2 src/tests/usr.bin/indent/opt_T.c:1.3
--- src/tests/usr.bin/indent/opt_T.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_T.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_T.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_T.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-T', which specifies a single identifier that indent
Index: src/tests/usr.bin/indent/opt_bap_sob.c
diff -u src/tests/usr.bin/indent/opt_bap_sob.c:1.2 src/tests/usr.bin/indent/opt_bap_sob.c:1.3
--- src/tests/usr.bin/indent/opt_bap_sob.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_bap_sob.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bap_sob.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bap_sob.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* As of 2021-03-08, the combination of -bap and -sob, which occurs in the
Index: src/tests/usr.bin/indent/opt_c.c
diff -u src/tests/usr.bin/indent/opt_c.c:1.2 src/tests/usr.bin/indent/opt_c.c:1.3
--- src/tests/usr.bin/indent/opt_c.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_c.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_c.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_c.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-c', which specifies the column in which the comments
Index: src/tests/usr.bin/indent/opt_cd.c
diff -u src/tests/usr.bin/indent/opt_cd.c:1.2 src/tests/usr.bin/indent/opt_cd.c:1.3
--- src/tests/usr.bin/indent/opt_cd.c:1.2 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_cd.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_cd.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_cd.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
#indent input
int aflag; /* Apply to all files. */
Index: src/tests/usr.bin/indent/opt_d.c
diff -u src/tests/usr.bin/indent/opt_d.c:1.2 src/tests/usr.bin/indent/opt_d.c:1.3
--- src/tests/usr.bin/indent/opt_d.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_d.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_d.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_d.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-d', which moves comments to the left of the
Index: src/tests/usr.bin/indent/opt_i.c
diff -u src/tests/usr.bin/indent/opt_i.c:1.2 src/tests/usr.bin/indent/opt_i.c:1.3
--- src/tests/usr.bin/indent/opt_i.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_i.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_i.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_i.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-i', which specifies the indentation for a single
Index: src/tests/usr.bin/indent/opt_l.c
diff -u src/tests/usr.bin/indent/opt_l.c:1.2 src/tests/usr.bin/indent/opt_l.c:1.3
--- src/tests/usr.bin/indent/opt_l.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_l.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_l.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_l.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-l', which specifies the maximum length of a line.
Index: src/tests/usr.bin/indent/opt_lc.c
diff -u src/tests/usr.bin/indent/opt_lc.c:1.2 src/tests/usr.bin/indent/opt_lc.c:1.3
--- src/tests/usr.bin/indent/opt_lc.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_lc.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_lc.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_lc.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-lc', which specifies the maximum line length for
Index: src/tests/usr.bin/indent/opt_ta.c
diff -u src/tests/usr.bin/indent/opt_ta.c:1.2 src/tests/usr.bin/indent/opt_ta.c:1.3
--- src/tests/usr.bin/indent/opt_ta.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ta.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ta.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ta.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-ta', which assumes that all identifiers that end in
Index: src/tests/usr.bin/indent/opt_version.c
diff -u src/tests/usr.bin/indent/opt_version.c:1.2 src/tests/usr.bin/indent/opt_version.c:1.3
--- src/tests/usr.bin/indent/opt_version.c:1.2 Thu Oct 28 20:31:17 2021
+++ src/tests/usr.bin/indent/opt_version.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_version.c,v 1.2 2021/10/28 20:31:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_version.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '--version', which outputs the program version and
Index: src/tests/usr.bin/indent/psym_for_exprs.c
diff -u src/tests/usr.bin/indent/psym_for_exprs.c:1.2 src/tests/usr.bin/indent/psym_for_exprs.c:1.3
--- src/tests/usr.bin/indent/psym_for_exprs.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/psym_for_exprs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_for_exprs.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_for_exprs.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser state psym_for_exprs, which represents the state after
Index: src/tests/usr.bin/indent/psym_switch_expr.c
diff -u src/tests/usr.bin/indent/psym_switch_expr.c:1.2 src/tests/usr.bin/indent/psym_switch_expr.c:1.3
--- src/tests/usr.bin/indent/psym_switch_expr.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/psym_switch_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_switch_expr.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_switch_expr.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_switch_expr, which represents the keyword
Index: src/tests/usr.bin/indent/psym_while_expr.c
diff -u src/tests/usr.bin/indent/psym_while_expr.c:1.2 src/tests/usr.bin/indent/psym_while_expr.c:1.3
--- src/tests/usr.bin/indent/psym_while_expr.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/psym_while_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_while_expr.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_while_expr.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_while_expr, which represents the keyword
Index: src/tests/usr.bin/indent/token_for_exprs.c
diff -u src/tests/usr.bin/indent/token_for_exprs.c:1.2 src/tests/usr.bin/indent/token_for_exprs.c:1.3
--- src/tests/usr.bin/indent/token_for_exprs.c:1.2 Sun Oct 31 23:33:12 2021
+++ src/tests/usr.bin/indent/token_for_exprs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_for_exprs.c,v 1.2 2021/10/31 23:33:12 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_for_exprs.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Test for 'for' loops.
Index: src/tests/usr.bin/indent/token_newline.c
diff -u src/tests/usr.bin/indent/token_newline.c:1.2 src/tests/usr.bin/indent/token_newline.c:1.3
--- src/tests/usr.bin/indent/token_newline.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/token_newline.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_newline.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_newline.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*-
* Tests for the token '\n', which ends a line.
Index: src/tests/usr.bin/indent/token_period.c
diff -u src/tests/usr.bin/indent/token_period.c:1.2 src/tests/usr.bin/indent/token_period.c:1.3
--- src/tests/usr.bin/indent/token_period.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/token_period.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_period.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_period.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* The ellipsis for the function parameter is a sequence of three '.' tokens.
Index: src/tests/usr.bin/indent/token_preprocessing.c
diff -u src/tests/usr.bin/indent/token_preprocessing.c:1.2 src/tests/usr.bin/indent/token_preprocessing.c:1.3
--- src/tests/usr.bin/indent/token_preprocessing.c:1.2 Fri Nov 26 14:27:19 2021
+++ src/tests/usr.bin/indent/token_preprocessing.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_preprocessing.c,v 1.2 2021/11/26 14:27:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_preprocessing.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*-
* Tests for indenting preprocessing directives:
Index: src/tests/usr.bin/indent/token_semicolon.c
diff -u src/tests/usr.bin/indent/token_semicolon.c:1.2 src/tests/usr.bin/indent/token_semicolon.c:1.3
--- src/tests/usr.bin/indent/token_semicolon.c:1.2 Sun Oct 24 20:43:28 2021
+++ src/tests/usr.bin/indent/token_semicolon.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_semicolon.c,v 1.2 2021/10/24 20:43:28 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_semicolon.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token ';'.
Index: src/tests/usr.bin/indent/token_string_prefix.c
diff -u src/tests/usr.bin/indent/token_string_prefix.c:1.2 src/tests/usr.bin/indent/token_string_prefix.c:1.3
--- src/tests/usr.bin/indent/token_string_prefix.c:1.2 Fri Oct 22 19:46:41 2021
+++ src/tests/usr.bin/indent/token_string_prefix.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_string_prefix.c,v 1.2 2021/10/22 19:46:41 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_string_prefix.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for strings of wide characters, which are prefixed with 'L'.
Index: src/tests/usr.bin/indent/token_unary_op.c
diff -u src/tests/usr.bin/indent/token_unary_op.c:1.2 src/tests/usr.bin/indent/token_unary_op.c:1.3
--- src/tests/usr.bin/indent/token_unary_op.c:1.2 Thu Nov 4 17:12:12 2021
+++ src/tests/usr.bin/indent/token_unary_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_unary_op.c,v 1.2 2021/11/04 17:12:12 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_unary_op.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for unary operators, such as '+', '-', '*', '&'.
Index: src/tests/usr.bin/indent/token_while_expr.c
diff -u src/tests/usr.bin/indent/token_while_expr.c:1.2 src/tests/usr.bin/indent/token_while_expr.c:1.3
--- src/tests/usr.bin/indent/token_while_expr.c:1.2 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/token_while_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_while_expr.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_while_expr.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'while', followed by a parenthesized expression.
Index: src/tests/usr.bin/indent/fmt_decl.c
diff -u src/tests/usr.bin/indent/fmt_decl.c:1.32 src/tests/usr.bin/indent/fmt_decl.c:1.33
--- src/tests/usr.bin/indent/fmt_decl.c:1.32 Sat Nov 27 20:33:39 2021
+++ src/tests/usr.bin/indent/fmt_decl.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_decl.c,v 1.32 2021/11/27 20:33:39 rillig Exp $ */
-/* $FreeBSD: head/usr.bin/indent/tests/declarations.0 334478 2018-06-01 09:41:15Z pstef $ */
+/* $NetBSD: fmt_decl.c,v 1.33 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for declarations of global variables, external functions, and local
Index: src/tests/usr.bin/indent/indent_off_on.c
diff -u src/tests/usr.bin/indent/indent_off_on.c:1.6 src/tests/usr.bin/indent/indent_off_on.c:1.7
--- src/tests/usr.bin/indent/indent_off_on.c:1.6 Thu Nov 25 17:10:53 2021
+++ src/tests/usr.bin/indent/indent_off_on.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: indent_off_on.c,v 1.6 2021/11/25 17:10:53 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: indent_off_on.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the comments 'INDENT OFF' and 'INDENT ON', which temporarily
Index: src/tests/usr.bin/indent/opt_bacc.c
diff -u src/tests/usr.bin/indent/opt_bacc.c:1.6 src/tests/usr.bin/indent/opt_bacc.c:1.7
--- src/tests/usr.bin/indent/opt_bacc.c:1.6 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_bacc.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bacc.c,v 1.6 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bacc.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bacc' and '-nbacc' ("blank line around conditional
Index: src/tests/usr.bin/indent/opt_badp.c
diff -u src/tests/usr.bin/indent/opt_badp.c:1.6 src/tests/usr.bin/indent/opt_badp.c:1.7
--- src/tests/usr.bin/indent/opt_badp.c:1.6 Sat Nov 20 09:59:53 2021
+++ src/tests/usr.bin/indent/opt_badp.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_badp.c,v 1.6 2021/11/20 09:59:53 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_badp.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-badp' and '-nbadp'.
Index: src/tests/usr.bin/indent/opt_cdb.c
diff -u src/tests/usr.bin/indent/opt_cdb.c:1.6 src/tests/usr.bin/indent/opt_cdb.c:1.7
--- src/tests/usr.bin/indent/opt_cdb.c:1.6 Sat Nov 20 10:24:30 2021
+++ src/tests/usr.bin/indent/opt_cdb.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_cdb.c,v 1.6 2021/11/20 10:24:30 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_cdb.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-cdb' and '-ncdb'.
Index: src/tests/usr.bin/indent/opt_di.c
diff -u src/tests/usr.bin/indent/opt_di.c:1.6 src/tests/usr.bin/indent/opt_di.c:1.7
--- src/tests/usr.bin/indent/opt_di.c:1.6 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_di.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_di.c,v 1.6 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_di.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Test the option '-di', which specifies the indentation of the first
Index: src/tests/usr.bin/indent/opt_eei.c
diff -u src/tests/usr.bin/indent/opt_eei.c:1.6 src/tests/usr.bin/indent/opt_eei.c:1.7
--- src/tests/usr.bin/indent/opt_eei.c:1.6 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_eei.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_eei.c,v 1.6 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_eei.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-eei' and '-neei'.
Index: src/tests/usr.bin/indent/opt_fc1.c
diff -u src/tests/usr.bin/indent/opt_fc1.c:1.6 src/tests/usr.bin/indent/opt_fc1.c:1.7
--- src/tests/usr.bin/indent/opt_fc1.c:1.6 Thu Nov 25 20:44:10 2021
+++ src/tests/usr.bin/indent/opt_fc1.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_fc1.c,v 1.6 2021/11/25 20:44:10 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_fc1.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-fc1' and '-nfc1'.
Index: src/tests/usr.bin/indent/opt_psl.c
diff -u src/tests/usr.bin/indent/opt_psl.c:1.6 src/tests/usr.bin/indent/opt_psl.c:1.7
--- src/tests/usr.bin/indent/opt_psl.c:1.6 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_psl.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_psl.c,v 1.6 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_psl.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-psl' and '-npsl' ("procedure definition in separate
Index: src/tests/usr.bin/indent/opt_v.c
diff -u src/tests/usr.bin/indent/opt_v.c:1.6 src/tests/usr.bin/indent/opt_v.c:1.7
--- src/tests/usr.bin/indent/opt_v.c:1.6 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_v.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_v.c,v 1.6 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_v.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-v' and '-nv'.
Index: src/tests/usr.bin/indent/lex_ident.c
diff -u src/tests/usr.bin/indent/lex_ident.c:1.3 src/tests/usr.bin/indent/lex_ident.c:1.4
--- src/tests/usr.bin/indent/lex_ident.c:1.3 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/lex_ident.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_ident.c,v 1.3 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_ident.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Test lexing of word-like tokens, such as keywords, identifiers, numeric
Index: src/tests/usr.bin/indent/lsym_colon.c
diff -u src/tests/usr.bin/indent/lsym_colon.c:1.3 src/tests/usr.bin/indent/lsym_colon.c:1.4
--- src/tests/usr.bin/indent/lsym_colon.c:1.3 Sun Nov 28 16:05:59 2021
+++ src/tests/usr.bin/indent/lsym_colon.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_colon.c,v 1.3 2021/11/28 16:05:59 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_colon.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_colon, which represents a ':' in these contexts:
Index: src/tests/usr.bin/indent/lsym_comma.c
diff -u src/tests/usr.bin/indent/lsym_comma.c:1.3 src/tests/usr.bin/indent/lsym_comma.c:1.4
--- src/tests/usr.bin/indent/lsym_comma.c:1.3 Sun Nov 28 15:26:22 2021
+++ src/tests/usr.bin/indent/lsym_comma.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_comma.c,v 1.3 2021/11/28 15:26:22 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_comma.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_comma, which represents a ',' in these contexts:
Index: src/tests/usr.bin/indent/lsym_lbrace.c
diff -u src/tests/usr.bin/indent/lsym_lbrace.c:1.3 src/tests/usr.bin/indent/lsym_lbrace.c:1.4
--- src/tests/usr.bin/indent/lsym_lbrace.c:1.3 Sun Feb 13 11:07:48 2022
+++ src/tests/usr.bin/indent/lsym_lbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_lbrace.c,v 1.3 2022/02/13 11:07:48 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_lbrace.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_lbrace, which represents a '{' in these contexts:
Index: src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c
diff -u src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c:1.3 src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c:1.4
--- src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c:1.3 Sun Feb 13 12:04:37 2022
+++ src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_lparen_or_lbracket.c,v 1.3 2022/02/13 12:04:37 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_lparen_or_lbracket.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_lparen_or_lbracket, which represents a '(' or '['
Index: src/tests/usr.bin/indent/lsym_sizeof.c
diff -u src/tests/usr.bin/indent/lsym_sizeof.c:1.3 src/tests/usr.bin/indent/lsym_sizeof.c:1.4
--- src/tests/usr.bin/indent/lsym_sizeof.c:1.3 Thu Nov 25 18:36:30 2021
+++ src/tests/usr.bin/indent/lsym_sizeof.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_sizeof.c,v 1.3 2021/11/25 18:36:30 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_sizeof.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_sizeof, which represents the keyword 'sizeof' for
Index: src/tests/usr.bin/indent/lsym_typedef.c
diff -u src/tests/usr.bin/indent/lsym_typedef.c:1.3 src/tests/usr.bin/indent/lsym_typedef.c:1.4
--- src/tests/usr.bin/indent/lsym_typedef.c:1.3 Sat Feb 12 19:56:52 2022
+++ src/tests/usr.bin/indent/lsym_typedef.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_typedef.c,v 1.3 2022/02/12 19:56:52 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_typedef.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_typedef, which represents the keyword 'typedef'
Index: src/tests/usr.bin/indent/lsym_word.c
diff -u src/tests/usr.bin/indent/lsym_word.c:1.3 src/tests/usr.bin/indent/lsym_word.c:1.4
--- src/tests/usr.bin/indent/lsym_word.c:1.3 Sat Nov 20 09:43:03 2021
+++ src/tests/usr.bin/indent/lsym_word.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_word.c,v 1.3 2021/11/20 09:43:03 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_word.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_word, which represents a constant, a string
Index: src/tests/usr.bin/indent/opt_P.c
diff -u src/tests/usr.bin/indent/opt_P.c:1.3 src/tests/usr.bin/indent/opt_P.c:1.4
--- src/tests/usr.bin/indent/opt_P.c:1.3 Sat Nov 20 09:59:53 2021
+++ src/tests/usr.bin/indent/opt_P.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_P.c,v 1.3 2021/11/20 09:59:53 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_P.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-P', which specifies a profile file to be used
Index: src/tests/usr.bin/indent/opt_cli.c
diff -u src/tests/usr.bin/indent/opt_cli.c:1.3 src/tests/usr.bin/indent/opt_cli.c:1.4
--- src/tests/usr.bin/indent/opt_cli.c:1.3 Sun Nov 28 16:05:59 2021
+++ src/tests/usr.bin/indent/opt_cli.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_cli.c,v 1.3 2021/11/28 16:05:59 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_cli.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-cli' ("case label indentation"), which sets the
Index: src/tests/usr.bin/indent/opt_fbs.c
diff -u src/tests/usr.bin/indent/opt_fbs.c:1.3 src/tests/usr.bin/indent/opt_fbs.c:1.4
--- src/tests/usr.bin/indent/opt_fbs.c:1.3 Sat Oct 16 21:32:10 2021
+++ src/tests/usr.bin/indent/opt_fbs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_fbs.c,v 1.3 2021/10/16 21:32:10 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_fbs.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-fbs' and '-nfbs'.
Index: src/tests/usr.bin/indent/opt_ldi.c
diff -u src/tests/usr.bin/indent/opt_ldi.c:1.3 src/tests/usr.bin/indent/opt_ldi.c:1.4
--- src/tests/usr.bin/indent/opt_ldi.c:1.3 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ldi.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ldi.c,v 1.3 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ldi.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-ldi', which specifies where the variable names of
Index: src/tests/usr.bin/indent/opt_sob.c
diff -u src/tests/usr.bin/indent/opt_sob.c:1.3 src/tests/usr.bin/indent/opt_sob.c:1.4
--- src/tests/usr.bin/indent/opt_sob.c:1.3 Sat Oct 16 21:32:10 2021
+++ src/tests/usr.bin/indent/opt_sob.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_sob.c,v 1.3 2021/10/16 21:32:10 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_sob.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-sob' and '-nsob'.
Index: src/tests/usr.bin/indent/opt_ut.c
diff -u src/tests/usr.bin/indent/opt_ut.c:1.3 src/tests/usr.bin/indent/opt_ut.c:1.4
--- src/tests/usr.bin/indent/opt_ut.c:1.3 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ut.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ut.c,v 1.3 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ut.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-ut' and '-nut'.
Index: src/tests/usr.bin/indent/token_form_feed.c
diff -u src/tests/usr.bin/indent/token_form_feed.c:1.3 src/tests/usr.bin/indent/token_form_feed.c:1.4
--- src/tests/usr.bin/indent/token_form_feed.c:1.3 Sun Nov 7 18:49:02 2021
+++ src/tests/usr.bin/indent/token_form_feed.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_form_feed.c,v 1.3 2021/11/07 18:49:02 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_form_feed.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for form feeds, which is a control character (C99 5.2.1p3).
Index: src/tests/usr.bin/indent/token_keyword_struct_union_enum.c
diff -u src/tests/usr.bin/indent/token_keyword_struct_union_enum.c:1.3 src/tests/usr.bin/indent/token_keyword_struct_union_enum.c:1.4
--- src/tests/usr.bin/indent/token_keyword_struct_union_enum.c:1.3 Sun Nov 7 15:44:28 2021
+++ src/tests/usr.bin/indent/token_keyword_struct_union_enum.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_keyword_struct_union_enum.c,v 1.3 2021/11/07 15:44:28 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_keyword_struct_union_enum.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keywords 'struct', 'union' and 'enum'.
@@ -24,7 +23,6 @@ union variant {
/* See FreeBSD r303485. */
-/* $FreeBSD: head/usr.bin/indent/tests/struct.0 334564 2018-06-03 16:21:15Z pstef $ */
#indent input
int f(struct x *a);
Index: src/tests/usr.bin/indent/lsym_case_label.c
diff -u src/tests/usr.bin/indent/lsym_case_label.c:1.4 src/tests/usr.bin/indent/lsym_case_label.c:1.5
--- src/tests/usr.bin/indent/lsym_case_label.c:1.4 Sun Nov 28 16:05:59 2021
+++ src/tests/usr.bin/indent/lsym_case_label.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_case_label.c,v 1.4 2021/11/28 16:05:59 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_case_label.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_case_label, which represents either the keyword
Index: src/tests/usr.bin/indent/opt_bad.c
diff -u src/tests/usr.bin/indent/opt_bad.c:1.4 src/tests/usr.bin/indent/opt_bad.c:1.5
--- src/tests/usr.bin/indent/opt_bad.c:1.4 Fri Oct 22 19:46:41 2021
+++ src/tests/usr.bin/indent/opt_bad.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bad.c,v 1.4 2021/10/22 19:46:41 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bad.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bad' and '-nbad'.
Index: src/tests/usr.bin/indent/opt_bap.c
diff -u src/tests/usr.bin/indent/opt_bap.c:1.4 src/tests/usr.bin/indent/opt_bap.c:1.5
--- src/tests/usr.bin/indent/opt_bap.c:1.4 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_bap.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bap.c,v 1.4 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bap.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bap' and '-nbap' ("blank line after procedure
Index: src/tests/usr.bin/indent/opt_bbb.c
diff -u src/tests/usr.bin/indent/opt_bbb.c:1.4 src/tests/usr.bin/indent/opt_bbb.c:1.5
--- src/tests/usr.bin/indent/opt_bbb.c:1.4 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_bbb.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bbb.c,v 1.4 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bbb.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bbb' and '-nbbb'.
Index: src/tests/usr.bin/indent/opt_bc.c
diff -u src/tests/usr.bin/indent/opt_bc.c:1.4 src/tests/usr.bin/indent/opt_bc.c:1.5
--- src/tests/usr.bin/indent/opt_bc.c:1.4 Fri Nov 19 22:24:29 2021
+++ src/tests/usr.bin/indent/opt_bc.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bc.c,v 1.4 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bc.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bc' and '-nbc'.
Index: src/tests/usr.bin/indent/opt_bl_br.c
diff -u src/tests/usr.bin/indent/opt_bl_br.c:1.4 src/tests/usr.bin/indent/opt_bl_br.c:1.5
--- src/tests/usr.bin/indent/opt_bl_br.c:1.4 Sat Nov 20 09:59:53 2021
+++ src/tests/usr.bin/indent/opt_bl_br.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bl_br.c,v 1.4 2021/11/20 09:59:53 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bl_br.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
#indent input
void
Index: src/tests/usr.bin/indent/opt_ce.c
diff -u src/tests/usr.bin/indent/opt_ce.c:1.4 src/tests/usr.bin/indent/opt_ce.c:1.5
--- src/tests/usr.bin/indent/opt_ce.c:1.4 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ce.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ce.c,v 1.4 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ce.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-ce' and '-nce'.
Index: src/tests/usr.bin/indent/opt_cs.c
diff -u src/tests/usr.bin/indent/opt_cs.c:1.4 src/tests/usr.bin/indent/opt_cs.c:1.5
--- src/tests/usr.bin/indent/opt_cs.c:1.4 Sun Nov 7 15:44:28 2021
+++ src/tests/usr.bin/indent/opt_cs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_cs.c,v 1.4 2021/11/07 15:44:28 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_cs.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-cs' and '-ncs'.
Index: src/tests/usr.bin/indent/opt_lp.c
diff -u src/tests/usr.bin/indent/opt_lp.c:1.4 src/tests/usr.bin/indent/opt_lp.c:1.5
--- src/tests/usr.bin/indent/opt_lp.c:1.4 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_lp.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_lp.c,v 1.4 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_lp.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-lp' and '-nlp'.
Index: src/tests/usr.bin/indent/ps_ind_level.c
diff -u src/tests/usr.bin/indent/ps_ind_level.c:1.4 src/tests/usr.bin/indent/ps_ind_level.c:1.5
--- src/tests/usr.bin/indent/ps_ind_level.c:1.4 Thu Nov 25 19:56:03 2021
+++ src/tests/usr.bin/indent/ps_ind_level.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: ps_ind_level.c,v 1.4 2021/11/25 19:56:03 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: ps_ind_level.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
/*
* The indentation of the very first line of a file determines the
Index: src/tests/usr.bin/indent/lsym_comment.c
diff -u src/tests/usr.bin/indent/lsym_comment.c:1.1 src/tests/usr.bin/indent/lsym_comment.c:1.2
--- src/tests/usr.bin/indent/lsym_comment.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_comment.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_comment.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_comment.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_comment, which starts a comment.
Index: src/tests/usr.bin/indent/lsym_do.c
diff -u src/tests/usr.bin/indent/lsym_do.c:1.1 src/tests/usr.bin/indent/lsym_do.c:1.2
--- src/tests/usr.bin/indent/lsym_do.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_do.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_do.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_do, which represents the keyword 'do' that starts
Index: src/tests/usr.bin/indent/lsym_else.c
diff -u src/tests/usr.bin/indent/lsym_else.c:1.1 src/tests/usr.bin/indent/lsym_else.c:1.2
--- src/tests/usr.bin/indent/lsym_else.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_else.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_else, which represents the keyword 'else' in an
Index: src/tests/usr.bin/indent/lsym_eof.c
diff -u src/tests/usr.bin/indent/lsym_eof.c:1.1 src/tests/usr.bin/indent/lsym_eof.c:1.2
--- src/tests/usr.bin/indent/lsym_eof.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_eof.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_eof.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_eof.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_eof, which represents the end of the input file.
Index: src/tests/usr.bin/indent/lsym_for.c
diff -u src/tests/usr.bin/indent/lsym_for.c:1.1 src/tests/usr.bin/indent/lsym_for.c:1.2
--- src/tests/usr.bin/indent/lsym_for.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_for.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_for.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_for.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_for, which represents the keyword 'for' that
Index: src/tests/usr.bin/indent/lsym_form_feed.c
diff -u src/tests/usr.bin/indent/lsym_form_feed.c:1.1 src/tests/usr.bin/indent/lsym_form_feed.c:1.2
--- src/tests/usr.bin/indent/lsym_form_feed.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_form_feed.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_form_feed.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_form_feed.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_form_feed, which represents a form feed, a special
Index: src/tests/usr.bin/indent/lsym_funcname.c
diff -u src/tests/usr.bin/indent/lsym_funcname.c:1.1 src/tests/usr.bin/indent/lsym_funcname.c:1.2
--- src/tests/usr.bin/indent/lsym_funcname.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_funcname.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_funcname.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_funcname.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_funcname, which is an identifier that is followed
Index: src/tests/usr.bin/indent/lsym_if.c
diff -u src/tests/usr.bin/indent/lsym_if.c:1.1 src/tests/usr.bin/indent/lsym_if.c:1.2
--- src/tests/usr.bin/indent/lsym_if.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_if.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_if.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_if.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_if, which represents the keyword 'if' that starts
Index: src/tests/usr.bin/indent/lsym_newline.c
diff -u src/tests/usr.bin/indent/lsym_newline.c:1.1 src/tests/usr.bin/indent/lsym_newline.c:1.2
--- src/tests/usr.bin/indent/lsym_newline.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_newline.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_newline.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_newline.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_newline, which represents a forced line break in
Index: src/tests/usr.bin/indent/lsym_period.c
diff -u src/tests/usr.bin/indent/lsym_period.c:1.1 src/tests/usr.bin/indent/lsym_period.c:1.2
--- src/tests/usr.bin/indent/lsym_period.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_period.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_period.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_period.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_period, which represents '.' in these contexts:
Index: src/tests/usr.bin/indent/lsym_rbrace.c
diff -u src/tests/usr.bin/indent/lsym_rbrace.c:1.1 src/tests/usr.bin/indent/lsym_rbrace.c:1.2
--- src/tests/usr.bin/indent/lsym_rbrace.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_rbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_rbrace.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_rbrace.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_rbrace, which represents '}', the counterpart to
Index: src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c
diff -u src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c:1.1 src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c:1.2
--- src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_rparen_or_rbracket.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_rparen_or_rbracket.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_rparen_or_lbracket, which represents ')' or ']',
Index: src/tests/usr.bin/indent/lsym_semicolon.c
diff -u src/tests/usr.bin/indent/lsym_semicolon.c:1.1 src/tests/usr.bin/indent/lsym_semicolon.c:1.2
--- src/tests/usr.bin/indent/lsym_semicolon.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_semicolon.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_semicolon.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_semicolon.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_semicolon, which represents ';' in these contexts:
Index: src/tests/usr.bin/indent/lsym_storage_class.c
diff -u src/tests/usr.bin/indent/lsym_storage_class.c:1.1 src/tests/usr.bin/indent/lsym_storage_class.c:1.2
--- src/tests/usr.bin/indent/lsym_storage_class.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_storage_class.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_storage_class.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_storage_class.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_storage_class, which represents a storage class as
Index: src/tests/usr.bin/indent/lsym_switch.c
diff -u src/tests/usr.bin/indent/lsym_switch.c:1.1 src/tests/usr.bin/indent/lsym_switch.c:1.2
--- src/tests/usr.bin/indent/lsym_switch.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_switch.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_switch.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_switch.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_switch, which represents the keyword 'switch' that
Index: src/tests/usr.bin/indent/lsym_type_in_parentheses.c
diff -u src/tests/usr.bin/indent/lsym_type_in_parentheses.c:1.1 src/tests/usr.bin/indent/lsym_type_in_parentheses.c:1.2
--- src/tests/usr.bin/indent/lsym_type_in_parentheses.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_type_in_parentheses.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_type_in_parentheses.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_type_in_parentheses.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_token_in_parentheses, which represents a type name
Index: src/tests/usr.bin/indent/lsym_type_outside_parentheses.c
diff -u src/tests/usr.bin/indent/lsym_type_outside_parentheses.c:1.1 src/tests/usr.bin/indent/lsym_type_outside_parentheses.c:1.2
--- src/tests/usr.bin/indent/lsym_type_outside_parentheses.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_type_outside_parentheses.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_type_outside_parentheses.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_type_outside_parentheses.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_type_outside_parentheses, which represents a type
Index: src/tests/usr.bin/indent/lsym_unary_op.c
diff -u src/tests/usr.bin/indent/lsym_unary_op.c:1.1 src/tests/usr.bin/indent/lsym_unary_op.c:1.2
--- src/tests/usr.bin/indent/lsym_unary_op.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_unary_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_unary_op.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_unary_op.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token lsym_unary_op, which represents a unary operator.
Index: src/tests/usr.bin/indent/lsym_while.c
diff -u src/tests/usr.bin/indent/lsym_while.c:1.1 src/tests/usr.bin/indent/lsym_while.c:1.2
--- src/tests/usr.bin/indent/lsym_while.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/lsym_while.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_while.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_while.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token 'lsym_while', which represents the keyword 'while' that
Index: src/tests/usr.bin/indent/opt_ts.c
diff -u src/tests/usr.bin/indent/opt_ts.c:1.1 src/tests/usr.bin/indent/opt_ts.c:1.2
--- src/tests/usr.bin/indent/opt_ts.c:1.1 Fri Oct 22 20:54:36 2021
+++ src/tests/usr.bin/indent/opt_ts.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ts.c,v 1.1 2021/10/22 20:54:36 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ts.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-ts', which specifies the width of a single
Index: src/tests/usr.bin/indent/psym_decl.c
diff -u src/tests/usr.bin/indent/psym_decl.c:1.1 src/tests/usr.bin/indent/psym_decl.c:1.2
--- src/tests/usr.bin/indent/psym_decl.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_decl.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_decl.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_decl.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_decl, which represents a declaration.
Index: src/tests/usr.bin/indent/psym_do.c
diff -u src/tests/usr.bin/indent/psym_do.c:1.1 src/tests/usr.bin/indent/psym_do.c:1.2
--- src/tests/usr.bin/indent/psym_do.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_do.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_do.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_do, which represents the state after
Index: src/tests/usr.bin/indent/psym_do_stmt.c
diff -u src/tests/usr.bin/indent/psym_do_stmt.c:1.1 src/tests/usr.bin/indent/psym_do_stmt.c:1.2
--- src/tests/usr.bin/indent/psym_do_stmt.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_do_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_do_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_do_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_do_stmt, which represents the state after
Index: src/tests/usr.bin/indent/psym_else.c
diff -u src/tests/usr.bin/indent/psym_else.c:1.1 src/tests/usr.bin/indent/psym_else.c:1.2
--- src/tests/usr.bin/indent/psym_else.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_else.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_else, which represents the keyword 'else'
Index: src/tests/usr.bin/indent/psym_if_expr.c
diff -u src/tests/usr.bin/indent/psym_if_expr.c:1.1 src/tests/usr.bin/indent/psym_if_expr.c:1.2
--- src/tests/usr.bin/indent/psym_if_expr.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_if_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_if_expr.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_if_expr.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_if_expr, representing the parser state
Index: src/tests/usr.bin/indent/psym_if_expr_stmt.c
diff -u src/tests/usr.bin/indent/psym_if_expr_stmt.c:1.1 src/tests/usr.bin/indent/psym_if_expr_stmt.c:1.2
--- src/tests/usr.bin/indent/psym_if_expr_stmt.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_if_expr_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_if_expr_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_if_expr_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_if_expr_stmt, which represents the state
Index: src/tests/usr.bin/indent/psym_if_expr_stmt_else.c
diff -u src/tests/usr.bin/indent/psym_if_expr_stmt_else.c:1.1 src/tests/usr.bin/indent/psym_if_expr_stmt_else.c:1.2
--- src/tests/usr.bin/indent/psym_if_expr_stmt_else.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_if_expr_stmt_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_if_expr_stmt_else.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_if_expr_stmt_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_if_expr_stmt_else, which represents the
Index: src/tests/usr.bin/indent/psym_lbrace.c
diff -u src/tests/usr.bin/indent/psym_lbrace.c:1.1 src/tests/usr.bin/indent/psym_lbrace.c:1.2
--- src/tests/usr.bin/indent/psym_lbrace.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_lbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_lbrace.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_lbrace.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_lbrace, which represents a '{'.
Index: src/tests/usr.bin/indent/psym_rbrace.c
diff -u src/tests/usr.bin/indent/psym_rbrace.c:1.1 src/tests/usr.bin/indent/psym_rbrace.c:1.2
--- src/tests/usr.bin/indent/psym_rbrace.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_rbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_rbrace.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_rbrace.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_rbrace, which represents '}' and finishes
Index: src/tests/usr.bin/indent/psym_semicolon.c
diff -u src/tests/usr.bin/indent/psym_semicolon.c:1.1 src/tests/usr.bin/indent/psym_semicolon.c:1.2
--- src/tests/usr.bin/indent/psym_semicolon.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_semicolon.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_semicolon.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_semicolon.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_semicolon, which pushes a new statement on
Index: src/tests/usr.bin/indent/psym_stmt.c
diff -u src/tests/usr.bin/indent/psym_stmt.c:1.1 src/tests/usr.bin/indent/psym_stmt.c:1.2
--- src/tests/usr.bin/indent/psym_stmt.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_stmt, which represents a statement on the
Index: src/tests/usr.bin/indent/psym_stmt_list.c
diff -u src/tests/usr.bin/indent/psym_stmt_list.c:1.1 src/tests/usr.bin/indent/psym_stmt_list.c:1.2
--- src/tests/usr.bin/indent/psym_stmt_list.c:1.1 Thu Nov 18 21:19:19 2021
+++ src/tests/usr.bin/indent/psym_stmt_list.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: psym_stmt_list.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: psym_stmt_list.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the parser symbol psym_stmt_list, which represents a list of
Index: src/tests/usr.bin/indent/token_decl.c
diff -u src/tests/usr.bin/indent/token_decl.c:1.1 src/tests/usr.bin/indent/token_decl.c:1.2
--- src/tests/usr.bin/indent/token_decl.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_decl.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_decl.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_decl.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for declarations.
Index: src/tests/usr.bin/indent/token_do_stmt.c
diff -u src/tests/usr.bin/indent/token_do_stmt.c:1.1 src/tests/usr.bin/indent/token_do_stmt.c:1.2
--- src/tests/usr.bin/indent/token_do_stmt.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_do_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_do_stmt.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_do_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for do-while statements.
Index: src/tests/usr.bin/indent/token_end_of_file.c
diff -u src/tests/usr.bin/indent/token_end_of_file.c:1.1 src/tests/usr.bin/indent/token_end_of_file.c:1.2
--- src/tests/usr.bin/indent/token_end_of_file.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_end_of_file.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_end_of_file.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_end_of_file.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the end of a file.
Index: src/tests/usr.bin/indent/token_funcname.c
diff -u src/tests/usr.bin/indent/token_funcname.c:1.1 src/tests/usr.bin/indent/token_funcname.c:1.2
--- src/tests/usr.bin/indent/token_funcname.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_funcname.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_funcname.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_funcname.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for function names.
Index: src/tests/usr.bin/indent/token_if_expr.c
diff -u src/tests/usr.bin/indent/token_if_expr.c:1.1 src/tests/usr.bin/indent/token_if_expr.c:1.2
--- src/tests/usr.bin/indent/token_if_expr.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_if_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_if_expr.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_if_expr.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for 'if' followed by a parenthesized expression.
Index: src/tests/usr.bin/indent/token_if_expr_stmt.c
diff -u src/tests/usr.bin/indent/token_if_expr_stmt.c:1.1 src/tests/usr.bin/indent/token_if_expr_stmt.c:1.2
--- src/tests/usr.bin/indent/token_if_expr_stmt.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_if_expr_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_if_expr_stmt.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_if_expr_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for 'if' followed by a parenthesized expression and a statement.
Index: src/tests/usr.bin/indent/token_if_expr_stmt_else.c
diff -u src/tests/usr.bin/indent/token_if_expr_stmt_else.c:1.1 src/tests/usr.bin/indent/token_if_expr_stmt_else.c:1.2
--- src/tests/usr.bin/indent/token_if_expr_stmt_else.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_if_expr_stmt_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_if_expr_stmt_else.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_if_expr_stmt_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for 'if' followed by a parenthesized expression, a statement and the
Index: src/tests/usr.bin/indent/token_keyword_do.c
diff -u src/tests/usr.bin/indent/token_keyword_do.c:1.1 src/tests/usr.bin/indent/token_keyword_do.c:1.2
--- src/tests/usr.bin/indent/token_keyword_do.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_keyword_do.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_keyword_do.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_keyword_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'do' that begins a do-while statement.
Index: src/tests/usr.bin/indent/token_keyword_do_else.c
diff -u src/tests/usr.bin/indent/token_keyword_do_else.c:1.1 src/tests/usr.bin/indent/token_keyword_do_else.c:1.2
--- src/tests/usr.bin/indent/token_keyword_do_else.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_keyword_do_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_keyword_do_else.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_keyword_do_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'do' or 'else'. These two keywords are followed by
Index: src/tests/usr.bin/indent/token_keyword_else.c
diff -u src/tests/usr.bin/indent/token_keyword_else.c:1.1 src/tests/usr.bin/indent/token_keyword_else.c:1.2
--- src/tests/usr.bin/indent/token_keyword_else.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_keyword_else.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_keyword_else.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_keyword_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'else'.
Index: src/tests/usr.bin/indent/token_keyword_for_if_while.c
diff -u src/tests/usr.bin/indent/token_keyword_for_if_while.c:1.1 src/tests/usr.bin/indent/token_keyword_for_if_while.c:1.2
--- src/tests/usr.bin/indent/token_keyword_for_if_while.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_keyword_for_if_while.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_keyword_for_if_while.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_keyword_for_if_while.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keywords 'for', 'if' and 'while'. These keywords have in
Index: src/tests/usr.bin/indent/token_lbrace.c
diff -u src/tests/usr.bin/indent/token_lbrace.c:1.1 src/tests/usr.bin/indent/token_lbrace.c:1.2
--- src/tests/usr.bin/indent/token_lbrace.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_lbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_lbrace.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_lbrace.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token '{'.
Index: src/tests/usr.bin/indent/token_postfix_op.c
diff -u src/tests/usr.bin/indent/token_postfix_op.c:1.1 src/tests/usr.bin/indent/token_postfix_op.c:1.2
--- src/tests/usr.bin/indent/token_postfix_op.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_postfix_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_postfix_op.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_postfix_op.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the postfix increment and decrement operators '++' and '--'.
Index: src/tests/usr.bin/indent/token_rbrace.c
diff -u src/tests/usr.bin/indent/token_rbrace.c:1.1 src/tests/usr.bin/indent/token_rbrace.c:1.2
--- src/tests/usr.bin/indent/token_rbrace.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_rbrace.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_rbrace.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_rbrace.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token '}', which ends the corresponding '{' token.
Index: src/tests/usr.bin/indent/token_rparen.c
diff -u src/tests/usr.bin/indent/token_rparen.c:1.1 src/tests/usr.bin/indent/token_rparen.c:1.2
--- src/tests/usr.bin/indent/token_rparen.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_rparen.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_rparen.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_rparen.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the token ')', which ends the corresponding ')', as well as ']',
Index: src/tests/usr.bin/indent/token_stmt.c
diff -u src/tests/usr.bin/indent/token_stmt.c:1.1 src/tests/usr.bin/indent/token_stmt.c:1.2
--- src/tests/usr.bin/indent/token_stmt.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_stmt.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_stmt.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for statements.
Index: src/tests/usr.bin/indent/token_stmt_list.c
diff -u src/tests/usr.bin/indent/token_stmt_list.c:1.1 src/tests/usr.bin/indent/token_stmt_list.c:1.2
--- src/tests/usr.bin/indent/token_stmt_list.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_stmt_list.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_stmt_list.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_stmt_list.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for lists of statements.
Index: src/tests/usr.bin/indent/token_storage_class.c
diff -u src/tests/usr.bin/indent/token_storage_class.c:1.1 src/tests/usr.bin/indent/token_storage_class.c:1.2
--- src/tests/usr.bin/indent/token_storage_class.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_storage_class.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_storage_class.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_storage_class.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for storage classes such as 'extern', 'static', but not 'typedef'.
Index: src/tests/usr.bin/indent/token_switch_expr.c
diff -u src/tests/usr.bin/indent/token_switch_expr.c:1.1 src/tests/usr.bin/indent/token_switch_expr.c:1.2
--- src/tests/usr.bin/indent/token_switch_expr.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_switch_expr.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_switch_expr.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_switch_expr.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'switch' followed by a parenthesized expression.
Index: src/tests/usr.bin/indent/token_type_def.c
diff -u src/tests/usr.bin/indent/token_type_def.c:1.1 src/tests/usr.bin/indent/token_type_def.c:1.2
--- src/tests/usr.bin/indent/token_type_def.c:1.1 Mon Oct 18 22:30:34 2021
+++ src/tests/usr.bin/indent/token_type_def.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_type_def.c,v 1.1 2021/10/18 22:30:34 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_type_def.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the keyword 'typedef'.
Index: src/tests/usr.bin/indent/opt_bs.c
diff -u src/tests/usr.bin/indent/opt_bs.c:1.7 src/tests/usr.bin/indent/opt_bs.c:1.8
--- src/tests/usr.bin/indent/opt_bs.c:1.7 Sat Nov 20 11:13:18 2021
+++ src/tests/usr.bin/indent/opt_bs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_bs.c,v 1.7 2021/11/20 11:13:18 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_bs.c,v 1.8 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-bs' and '-nbs' ("blank after sizeof").
Index: src/tests/usr.bin/indent/t_options.awk
diff -u src/tests/usr.bin/indent/t_options.awk:1.7 src/tests/usr.bin/indent/t_options.awk:1.8
--- src/tests/usr.bin/indent/t_options.awk:1.7 Sat Nov 20 13:14:34 2021
+++ src/tests/usr.bin/indent/t_options.awk Fri Apr 22 21:21:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: t_options.awk,v 1.7 2021/11/20 13:14:34 rillig Exp $
+# $NetBSD: t_options.awk,v 1.8 2022/04/22 21:21:20 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -23,8 +23,6 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
-#
-# $FreeBSD$
# Test driver for indent that focuses on comparing the effects of the various
# command line options.
Index: src/tests/usr.bin/indent/opt_ci.c
diff -u src/tests/usr.bin/indent/opt_ci.c:1.5 src/tests/usr.bin/indent/opt_ci.c:1.6
--- src/tests/usr.bin/indent/opt_ci.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ci.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ci.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ci.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the option '-ci', which controls the indentation of continuation
Index: src/tests/usr.bin/indent/opt_dj.c
diff -u src/tests/usr.bin/indent/opt_dj.c:1.5 src/tests/usr.bin/indent/opt_dj.c:1.6
--- src/tests/usr.bin/indent/opt_dj.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_dj.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_dj.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_dj.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-dj' and '-ndj'.
Index: src/tests/usr.bin/indent/opt_ei.c
diff -u src/tests/usr.bin/indent/opt_ei.c:1.5 src/tests/usr.bin/indent/opt_ei.c:1.6
--- src/tests/usr.bin/indent/opt_ei.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ei.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ei.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ei.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-ei' and '-nei'.
Index: src/tests/usr.bin/indent/opt_fcb.c
diff -u src/tests/usr.bin/indent/opt_fcb.c:1.5 src/tests/usr.bin/indent/opt_fcb.c:1.6
--- src/tests/usr.bin/indent/opt_fcb.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_fcb.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_fcb.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_fcb.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-fcb' and '-nfcb'.
Index: src/tests/usr.bin/indent/opt_ip.c
diff -u src/tests/usr.bin/indent/opt_ip.c:1.5 src/tests/usr.bin/indent/opt_ip.c:1.6
--- src/tests/usr.bin/indent/opt_ip.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_ip.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_ip.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_ip.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-ip' and '-nip'.
Index: src/tests/usr.bin/indent/opt_lpl.c
diff -u src/tests/usr.bin/indent/opt_lpl.c:1.5 src/tests/usr.bin/indent/opt_lpl.c:1.6
--- src/tests/usr.bin/indent/opt_lpl.c:1.5 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/opt_lpl.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_lpl.c,v 1.5 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_lpl.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-lpl' and '-nlpl'.
Index: src/tests/usr.bin/indent/opt_sc.c
diff -u src/tests/usr.bin/indent/opt_sc.c:1.5 src/tests/usr.bin/indent/opt_sc.c:1.6
--- src/tests/usr.bin/indent/opt_sc.c:1.5 Sat Nov 20 11:13:18 2021
+++ src/tests/usr.bin/indent/opt_sc.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_sc.c,v 1.5 2021/11/20 11:13:18 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_sc.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-sc' and '-nsc'.
Index: src/tests/usr.bin/indent/token_ident.c
diff -u src/tests/usr.bin/indent/token_ident.c:1.5 src/tests/usr.bin/indent/token_ident.c:1.6
--- src/tests/usr.bin/indent/token_ident.c:1.5 Sat Nov 20 11:13:18 2021
+++ src/tests/usr.bin/indent/token_ident.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_ident.c,v 1.5 2021/11/20 11:13:18 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_ident.c,v 1.6 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for identifiers, numbers and string literals.
Index: src/tests/usr.bin/indent/opt_pcs.c
diff -u src/tests/usr.bin/indent/opt_pcs.c:1.11 src/tests/usr.bin/indent/opt_pcs.c:1.12
--- src/tests/usr.bin/indent/opt_pcs.c:1.11 Thu Nov 25 16:56:02 2021
+++ src/tests/usr.bin/indent/opt_pcs.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: opt_pcs.c,v 1.11 2021/11/25 16:56:02 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: opt_pcs.c,v 1.12 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the options '-pcs' and '-npcs'.
Index: src/tests/usr.bin/indent/t_errors.sh
diff -u src/tests/usr.bin/indent/t_errors.sh:1.23 src/tests/usr.bin/indent/t_errors.sh:1.24
--- src/tests/usr.bin/indent/t_errors.sh:1.23 Sun Feb 13 11:07:48 2022
+++ src/tests/usr.bin/indent/t_errors.sh Fri Apr 22 21:21:20 2022
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: t_errors.sh,v 1.23 2022/02/13 11:07:48 rillig Exp $
+# $NetBSD: t_errors.sh,v 1.24 2022/04/22 21:21:20 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -24,8 +24,6 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
-#
-# $FreeBSD$
# Tests for error handling in indent.
Index: src/tests/usr.bin/indent/t_misc.sh
diff -u src/tests/usr.bin/indent/t_misc.sh:1.19 src/tests/usr.bin/indent/t_misc.sh:1.20
--- src/tests/usr.bin/indent/t_misc.sh:1.19 Thu Nov 25 21:45:28 2021
+++ src/tests/usr.bin/indent/t_misc.sh Fri Apr 22 21:21:20 2022
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: t_misc.sh,v 1.19 2021/11/25 21:45:28 rillig Exp $
+# $NetBSD: t_misc.sh,v 1.20 2022/04/22 21:21:20 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -24,8 +24,6 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
-#
-# $FreeBSD$
# Tests for indent that do not follow the input-profile-output scheme that is
# used in t_indent.
Index: src/tests/usr.bin/indent/t_options.sh
diff -u src/tests/usr.bin/indent/t_options.sh:1.8 src/tests/usr.bin/indent/t_options.sh:1.9
--- src/tests/usr.bin/indent/t_options.sh:1.8 Mon Oct 18 20:18:00 2021
+++ src/tests/usr.bin/indent/t_options.sh Fri Apr 22 21:21:20 2022
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: t_options.sh,v 1.8 2021/10/18 20:18:00 rillig Exp $
+# $NetBSD: t_options.sh,v 1.9 2022/04/22 21:21:20 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -24,8 +24,6 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
-#
-# $FreeBSD$
# Tests for indent that focus on comparing the effects of the various command
# line options.
Index: src/tests/usr.bin/indent/token_binary_op.c
diff -u src/tests/usr.bin/indent/token_binary_op.c:1.9 src/tests/usr.bin/indent/token_binary_op.c:1.10
--- src/tests/usr.bin/indent/token_binary_op.c:1.9 Sat Nov 20 16:54:17 2021
+++ src/tests/usr.bin/indent/token_binary_op.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_binary_op.c,v 1.9 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_binary_op.c,v 1.10 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for binary operators like '+', '&&' and several others.
Index: src/tests/usr.bin/indent/token_lparen.c
diff -u src/tests/usr.bin/indent/token_lparen.c:1.9 src/tests/usr.bin/indent/token_lparen.c:1.10
--- src/tests/usr.bin/indent/token_lparen.c:1.9 Fri Oct 29 17:50:37 2021
+++ src/tests/usr.bin/indent/token_lparen.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_lparen.c,v 1.9 2021/10/29 17:50:37 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_lparen.c,v 1.10 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for the tokens '(', which has several possible meanings, and for '['.
Index: src/tests/usr.bin/indent/token_comment.c
diff -u src/tests/usr.bin/indent/token_comment.c:1.27 src/tests/usr.bin/indent/token_comment.c:1.28
--- src/tests/usr.bin/indent/token_comment.c:1.27 Sat Nov 27 18:37:17 2021
+++ src/tests/usr.bin/indent/token_comment.c Fri Apr 22 21:21:20 2022
@@ -1,5 +1,4 @@
-/* $NetBSD: token_comment.c,v 1.27 2021/11/27 18:37:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: token_comment.c,v 1.28 2022/04/22 21:21:20 rillig Exp $ */
/*
* Tests for formatting comments. C99 defines block comments and end-of-line
Index: src/usr.bin/indent/parse.c
diff -u src/usr.bin/indent/parse.c:1.48 src/usr.bin/indent/parse.c:1.49
--- src/usr.bin/indent/parse.c:1.48 Sun Nov 7 18:26:17 2021
+++ src/usr.bin/indent/parse.c Fri Apr 22 21:21:20 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.48 2021/11/07 18:26:17 rillig Exp $ */
+/* $NetBSD: parse.c,v 1.49 2022/04/22 21:21:20 rillig Exp $ */
/*-
* SPDX-License-Identifier: BSD-4-Clause
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)parse.c 8.1
#include <sys/cdefs.h>
#if defined(__NetBSD__)
-__RCSID("$FreeBSD$");
+__RCSID("$NetBSD: parse.c,v 1.49 2022/04/22 21:21:20 rillig Exp $");
#else
__FBSDID("$FreeBSD: head/usr.bin/indent/parse.c 337651 2018-08-11 19:20:06Z pstef $");
#endif