Date: Thu, 8 May 2025 18:02:08 GMT From: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 08f613e1d142 - main - fts: Fix misindented line. Message-ID: <202505081802.548I28a8098021@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=08f613e1d142b7c4b00d71b226d334b8b69eaa94 commit 08f613e1d142b7c4b00d71b226d334b8b69eaa94 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-05-08 17:58:38 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-05-08 18:01:55 +0000 fts: Fix misindented line. Fixes: da2025a0e894 Sponsored by: Klara, Inc. --- lib/libc/gen/fts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index fa3ee9cc4c83..cce959ba836a 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -127,8 +127,8 @@ __fts_open(FTS *sp, char * const *argv) SET(FTS_NOCHDIR); /* NOSTAT_TYPE implies NOSTAT */ - if (ISSET(FTS_NOSTAT_TYPE)) - SET(FTS_NOSTAT); + if (ISSET(FTS_NOSTAT_TYPE)) + SET(FTS_NOSTAT); /* * Start out with 1K of path space, and enough, in any case,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505081802.548I28a8098021>