git: f8cabe555032 - main - libutil: Delete trailing whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jul 2023 17:53:23 UTC
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;