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: remove disabled duplicate RCS ID from...



details:   https://anonhg.NetBSD.org/src/rev/2f560c215d9f
branches:  trunk
changeset: 953592:2f560c215d9f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Mar 13 23:42:23 2021 +0000

description:
indent: remove disabled duplicate RCS ID from header

By convention, headers don't record their RCS ID.

diffstat:

 usr.bin/indent/indent.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 247c2f40085b -r 2f560c215d9f usr.bin/indent/indent.h
--- a/usr.bin/indent/indent.h   Sat Mar 13 23:36:10 2021 +0000
+++ b/usr.bin/indent/indent.h   Sat Mar 13 23:42:23 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: indent.h,v 1.14 2021/03/13 13:25:23 rillig Exp $       */
+/*     $NetBSD: indent.h,v 1.15 2021/03/13 23:42:23 rillig Exp $       */
 
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
@@ -29,9 +29,7 @@
  */
 
 #if 0
-#if defined(__NetBSD__)
-__RCSID("$NetBSD: indent.h,v 1.14 2021/03/13 13:25:23 rillig Exp $");
-#elif defined(__FreeBSD__)
+#if defined(__FreeBSD__)
 __FBSDID("$FreeBSD: head/usr.bin/indent/indent.h 336333 2018-07-16 05:46:50Z pstef $");
 #endif
 #endif



Home | Main Index | Thread Index | Old Index