Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 lint: add missing space before func_prot...



details:   https://anonhg.NetBSD.org/src/rev/a3cea49a65c7
branches:  trunk
changeset: 368508:a3cea49a65c7
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jul 16 22:23:38 2022 +0000

description:
lint: add missing space before func_proto_sym in debug mode

diffstat:

 usr.bin/xlint/lint1/debug.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0e5d0b793d42 -r a3cea49a65c7 usr.bin/xlint/lint1/debug.c
--- a/usr.bin/xlint/lint1/debug.c       Sat Jul 16 19:46:50 2022 +0000
+++ b/usr.bin/xlint/lint1/debug.c       Sat Jul 16 22:23:38 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: debug.c,v 1.22 2022/07/03 14:15:38 rillig Exp $ */
+/* $NetBSD: debug.c,v 1.23 2022/07/16 22:23:38 rillig Exp $ */
 
 /*-
  * Copyright (c) 2021 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID)
-__RCSID("$NetBSD: debug.c,v 1.22 2022/07/03 14:15:38 rillig Exp $");
+__RCSID("$NetBSD: debug.c,v 1.23 2022/07/16 22:23:38 rillig Exp $");
 #endif
 
 #include <stdlib.h>
@@ -422,7 +422,7 @@
                    d->d_func_def_pos.p_uniq);
        for (const sym_t *sym = d->d_func_proto_syms;
             sym != NULL; sym = sym->s_next)
-               debug_sym("func_proto_sym(", sym, ")");
+               debug_sym(" func_proto_sym(", sym, ")");
        debug_printf("\n");
 
        if (d->d_enclosing != NULL) {



Home | Main Index | Thread Index | Old Index