Date: Thu, 29 Apr 2021 04:44:55 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f648d757b76d - main - pkg(7): indentation fixes Message-ID: <202104290444.13T4itfc079496@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=f648d757b76d70d58bbda7c3ed3ff79261d24d0f commit f648d757b76d70d58bbda7c3ed3ff79261d24d0f Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-04-27 02:07:05 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-04-29 04:41:34 +0000 pkg(7): indentation fixes Non functional changes --- usr.sbin/pkg/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c index 3a9ad63ae407..cf21a43b078d 100644 --- a/usr.sbin/pkg/config.c +++ b/usr.sbin/pkg/config.c @@ -49,8 +49,8 @@ __FBSDID("$FreeBSD$"); #include "config.h" struct config_value { - char *value; - STAILQ_ENTRY(config_value) next; + char *value; + STAILQ_ENTRY(config_value) next; }; struct config_entry {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104290444.13T4itfc079496>