Date: Tue, 11 Jul 2023 17:53:23 GMT From: Jessica Clarke <jrtc27@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f8cabe555032 - main - libutil: Delete trailing whitespace Message-ID: <202307111753.36BHrNNU087473@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=f8cabe555032569d8ef71d731cd17f40abbd70cc commit f8cabe555032569d8ef71d731cd17f40abbd70cc Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2023-07-11 17:45:23 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2023-07-11 17:45:23 +0000 libutil: Delete trailing whitespace --- lib/libutil/getlocalbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/getlocalbase.c b/lib/libutil/getlocalbase.c index 8ecd8447155c..a737d8c5c253 100644 --- a/lib/libutil/getlocalbase.c +++ b/lib/libutil/getlocalbase.c @@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$"); const char * getlocalbase(void) { -#if LOCALBASE_CTL_LEN > 0 +#if LOCALBASE_CTL_LEN > 0 int localbase_oid[2] = {CTL_USER, USER_LOCALBASE}; static char localpath[LOCALBASE_CTL_LEN]; size_t localpathlen = LOCALBASE_CTL_LEN;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307111753.36BHrNNU087473>