Module Name:    src
Committed By:   rillig
Date:           Sat Mar 13 23:42:23 UTC 2021

Modified Files:
        src/usr.bin/indent: indent.h

Log Message:
indent: remove disabled duplicate RCS ID from header

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/indent/indent.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/indent/indent.h
diff -u src/usr.bin/indent/indent.h:1.14 src/usr.bin/indent/indent.h:1.15
--- src/usr.bin/indent/indent.h:1.14	Sat Mar 13 13:25:23 2021
+++ src/usr.bin/indent/indent.h	Sat Mar 13 23:42:23 2021
@@ -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

Reply via email to