Module Name:    src
Committed By:   rillig
Date:           Mon May 15 17:38:56 UTC 2023

Modified Files:
        src/tests/usr.bin/indent: t_misc.sh t_options.awk

Log Message:
indent: remove accidental space before tab


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/tests/usr.bin/indent/t_misc.sh
cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/indent/t_options.awk

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/t_misc.sh
diff -u src/tests/usr.bin/indent/t_misc.sh:1.24 src/tests/usr.bin/indent/t_misc.sh:1.25
--- src/tests/usr.bin/indent/t_misc.sh:1.24	Sat May 13 08:33:39 2023
+++ src/tests/usr.bin/indent/t_misc.sh	Mon May 15 17:38:56 2023
@@ -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

Index: src/tests/usr.bin/indent/t_options.awk
diff -u src/tests/usr.bin/indent/t_options.awk:1.11 src/tests/usr.bin/indent/t_options.awk:1.12
--- src/tests/usr.bin/indent/t_options.awk:1.11	Thu May 11 09:28:53 2023
+++ src/tests/usr.bin/indent/t_options.awk	Mon May 15 17:38:56 2023
@@ -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()

Reply via email to