summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-06-10 18:46:42 +0000
committerrillig <rillig@NetBSD.org>2023-06-10 18:46:42 +0000
commita220cfbaefe1f97cd83fab8a158b6bb5502b330c (patch)
tree93bafe1485fdcb366ebc7440f07283c00e0916c1 /tests
parente9ab7102fd7aff1f39b396d6564f79f5451e3d50 (diff)
indent: fix line break between semicolon and brace
Diffstat (limited to 'tests')
-rw-r--r--tests/usr.bin/indent/lsym_if.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/usr.bin/indent/lsym_if.c b/tests/usr.bin/indent/lsym_if.c
index bdc3d657c98..6725b4ff8d7 100644
--- a/tests/usr.bin/indent/lsym_if.c
+++ b/tests/usr.bin/indent/lsym_if.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lsym_if.c,v 1.5 2023/06/10 16:43:56 rillig Exp $ */
+/* $NetBSD: lsym_if.c,v 1.6 2023/06/10 18:46:42 rillig Exp $ */
/*
* Tests for the token lsym_if, which represents the keyword 'if' that starts
@@ -38,8 +38,8 @@ function(void)
if (0)
if (1)
if (2)
-// $ FIXME: The '{' must be on a separate line, with indentation 8.
- stmt(); {
- }
+ stmt();
+ {
+ }
}
//indent end