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 space-tab in indentation
details: https://anonhg.NetBSD.org/src/rev/9b58740605c4
branches: trunk
changeset: 1023711:9b58740605c4
user: rillig <rillig%NetBSD.org@localhost>
date: Fri Sep 24 06:23:35 2021 +0000
description:
indent: fix space-tab in indentation
diffstat:
usr.bin/indent/lexi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 94e4e3247163 -r 9b58740605c4 usr.bin/indent/lexi.c
--- a/usr.bin/indent/lexi.c Fri Sep 24 05:26:06 2021 +0000
+++ b/usr.bin/indent/lexi.c Fri Sep 24 06:23:35 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lexi.c,v 1.43 2021/08/26 07:03:00 rillig Exp $ */
+/* $NetBSD: lexi.c,v 1.44 2021/09/24 06:23:35 rillig Exp $ */
/*-
* SPDX-License-Identifier: BSD-4-Clause
@@ -46,7 +46,7 @@
#include <sys/cdefs.h>
#ifndef lint
#if defined(__NetBSD__)
-__RCSID("$NetBSD: lexi.c,v 1.43 2021/08/26 07:03:00 rillig Exp $");
+__RCSID("$NetBSD: lexi.c,v 1.44 2021/09/24 06:23:35 rillig Exp $");
#elif defined(__FreeBSD__)
__FBSDID("$FreeBSD: head/usr.bin/indent/lexi.c 337862 2018-08-15 18:19:45Z pstef $");
#endif
@@ -516,7 +516,7 @@
case '\'':
case '"':
- lex_char_or_string();
+ lex_char_or_string();
code = ident;
break;
Home |
Main Index |
Thread Index |
Old Index