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 indent: remove accidental space before tab



details:   https://anonhg.NetBSD.org/src/rev/441a205ea76e
branches:  trunk
changeset: 375362:441a205ea76e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon May 15 17:38:56 2023 +0000

description:
indent: remove accidental space before tab

diffstat:

 tests/usr.bin/indent/t_misc.sh     |  4 ++--
 tests/usr.bin/indent/t_options.awk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 472f10ea636d -r 441a205ea76e tests/usr.bin/indent/t_misc.sh
--- a/tests/usr.bin/indent/t_misc.sh    Mon May 15 17:28:14 2023 +0000
+++ b/tests/usr.bin/indent/t_misc.sh    Mon May 15 17:38:56 2023 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: t_misc.sh,v 1.24 2023/05/13 08:33:39 rillig Exp $
+# $NetBSD: t_misc.sh,v 1.25 2023/05/15 17:38:56 rillig Exp $
 #
 # Copyright (c) 2021 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -311,7 +311,7 @@ opt_U_body()
 
                size_t                  from stddef.h
                off_t                   for file offsets
-                ignored_t              is ignored since it is indented
+                ignored_t              is ignored since it is indented
        EOF
 
        cat <<-\EOF > code.c
diff -r 472f10ea636d -r 441a205ea76e tests/usr.bin/indent/t_options.awk
--- a/tests/usr.bin/indent/t_options.awk        Mon May 15 17:28:14 2023 +0000
+++ b/tests/usr.bin/indent/t_options.awk        Mon May 15 17:38:56 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_options.awk,v 1.11 2023/05/11 09:28:53 rillig Exp $
+# $NetBSD: t_options.awk,v 1.12 2023/05/15 17:38:56 rillig Exp $
 #
 # Copyright (c) 2021 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -93,7 +93,7 @@ function quote(s)
 function check_empty_lines_block(n)
 {
        if (max_empty_lines != n && seen_input_section)
-               warn(NR, "expecting " n " empty " (n != 1 ? "lines" : "line") ", got " max_empty_lines)
+               warn(NR, "expecting " n " empty " (n != 1 ? "lines" : "line") ", got " max_empty_lines)
 }
 
 function check_unused_input()



Home | Main Index | Thread Index | Old Index