diff options
| author | rillig <rillig@NetBSD.org> | 2023-05-13 09:40:47 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-05-13 09:40:47 +0000 |
| commit | 5d196dd2c1dccc7e96cbc8a8cf5bcb8ddef0d687 (patch) | |
| tree | 90ff4a0a4ae0a7fc479a7b76700b3e5707096bb5 /tests/usr.bin | |
| parent | 3371bebe9b1fba14d3533c4f863bbd4dfdddaa64 (diff) | |
indent: clean up a condition, add comments
No functional change.
Diffstat (limited to 'tests/usr.bin')
| -rw-r--r-- | tests/usr.bin/indent/label.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/usr.bin/indent/label.c b/tests/usr.bin/indent/label.c index d9574c58000..48a1466d482 100644 --- a/tests/usr.bin/indent/label.c +++ b/tests/usr.bin/indent/label.c @@ -1,4 +1,4 @@ -/* $NetBSD: label.c,v 1.5 2023/05/11 09:28:53 rillig Exp $ */ +/* $NetBSD: label.c,v 1.6 2023/05/13 09:40:47 rillig Exp $ */ /* See FreeBSD r303489 */ @@ -21,6 +21,7 @@ void t(void) { switch (1) +/* $ TODO: Move the '{' up to the ')'. */ { case 1: /* test */ case 2: /* test */ |
