Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/indent tests/indent: rename ps.in_parameter_de...



details:   https://anonhg.NetBSD.org/src/rev/2461ae32aa39
branches:  trunk
changeset: 1026468:2461ae32aa39
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Nov 25 19:56:03 2021 +0000

description:
tests/indent: rename ps.in_parameter_declaration in test as well

diffstat:

 tests/usr.bin/indent/ps_ind_level.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 401388d0527c -r 2461ae32aa39 tests/usr.bin/indent/ps_ind_level.c
--- a/tests/usr.bin/indent/ps_ind_level.c       Thu Nov 25 18:48:37 2021 +0000
+++ b/tests/usr.bin/indent/ps_ind_level.c       Thu Nov 25 19:56:03 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ps_ind_level.c,v 1.3 2021/11/20 16:54:17 rillig Exp $ */
+/* $NetBSD: ps_ind_level.c,v 1.4 2021/11/25 19:56:03 rillig Exp $ */
 /* $FreeBSD$ */
 
 /*
@@ -32,10 +32,10 @@
  * In the above function declaration, the space between '){' is missing. This
  * is because the tokenizer only recognizes function definitions if they start
  * at indentation level 0, but this declaration starts at indentation level 4,
- * due to the indentation in line 1. It's an edge case and probably not worth
- * fixing.
+ * due to the indentation in line 1. It's an edge case that is probably not
+ * worth fixing.
  *
- * See 'in_parameter_declaration = true'.
+ * See 'in_func_def_params = true'.
  */
 
 



Home | Main Index | Thread Index | Old Index