Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/indent/pr_comment.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/indent/pr_comment.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.82 retrieving revision 1.83 diff -u -p -r1.82 -r1.83 --- src/usr.bin/indent/pr_comment.c 2021/10/24 11:17:05 1.82 +++ src/usr.bin/indent/pr_comment.c 2021/10/24 19:14:33 1.83 @@ -1,4 +1,4 @@ -/* $NetBSD: pr_comment.c,v 1.82 2021/10/24 11:17:05 rillig Exp $ */ +/* $NetBSD: pr_comment.c,v 1.83 2021/10/24 19:14:33 rillig Exp $ */ /*- * SPDX-License-Identifier: BSD-4-Clause @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)pr_comment.c #include #if defined(__NetBSD__) -__RCSID("$NetBSD: pr_comment.c,v 1.82 2021/10/24 11:17:05 rillig Exp $"); +__RCSID("$NetBSD: pr_comment.c,v 1.83 2021/10/24 19:14:33 rillig Exp $"); #elif defined(__FreeBSD__) __FBSDID("$FreeBSD: head/usr.bin/indent/pr_comment.c 334927 2018-06-10 16:44:18Z pstef $"); #endif @@ -181,8 +181,8 @@ process_comment(void) * much will have to be ignored by dump_line(). This is a box comment, * so nothing changes -- not even indentation. * - * The comment we're about to read usually comes from inp.buf, - * unless it has been copied into save_com. + * The comment we're about to read usually comes from inp.buf, unless + * it has been copied into save_com. */ const char *start;