mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libutil: Delete trailing whitespace
This commit is contained in:
parent
5ddb1aa305
commit
f8cabe5550
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue