Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C97384EAF for ; Fri, 9 Jun 2023 16:23:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vDWhn9W999Pt for ; Fri, 9 Jun 2023 16:23:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB2A884CFD for ; Fri, 9 Jun 2023 16:23:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CB92FA89; Fri, 9 Jun 2023 16:23:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Jun 2023 16:23:43 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/indent To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20230609162343.9CB92FA89@cvs.NetBSD.org> Module Name: src Committed By: rillig Date: Fri Jun 9 16:23:43 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h Log Message: indent: group lexer symbols by topic, sort processing functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 src/usr.bin/indent/indent.c cvs rdiff -u -r1.181 -r1.182 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.