Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/indent indent: fix indentation in preprocessor line
details: https://anonhg.NetBSD.org/src/rev/42bdf60e10ca
branches: trunk
changeset: 375865:42bdf60e10ca
user: rillig <rillig%NetBSD.org@localhost>
date: Wed May 17 18:03:25 2023 +0000
description:
indent: fix indentation in preprocessor line
No binary change.
diffstat:
usr.bin/indent/debug.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 729fdb07f850 -r 42bdf60e10ca usr.bin/indent/debug.c
--- a/usr.bin/indent/debug.c Wed May 17 15:01:17 2023 +0000
+++ b/usr.bin/indent/debug.c Wed May 17 18:03:25 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: debug.c,v 1.11 2023/05/16 12:46:43 rillig Exp $ */
+/* $NetBSD: debug.c,v 1.12 2023/05/17 18:03:25 rillig Exp $ */
/*-
* Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: debug.c,v 1.11 2023/05/16 12:46:43 rillig Exp $");
+__RCSID("$NetBSD: debug.c,v 1.12 2023/05/17 18:03:25 rillig Exp $");
#include <stdarg.h>
@@ -188,7 +188,7 @@ debug_buffers(void)
}
#define debug_ps_bool(name) \
- if (ps.name != prev_ps.name) \
+ if (ps.name != prev_ps.name) \
debug_println("[%c] -> [%c] ps." #name, \
prev_ps.name ? 'x' : ' ', ps.name ? 'x' : ' '); \
else if (debug_full_parser_state) \
Home |
Main Index |
Thread Index |
Old Index