diff --git a/src/libs/vmisc/vsysexits.h b/src/libs/vmisc/vsysexits.h index e8e024e63..86e8101ea 100644 --- a/src/libs/vmisc/vsysexits.h +++ b/src/libs/vmisc/vsysexits.h @@ -53,8 +53,8 @@ constexpr auto V_EX_OSERR = 71; /*An operating system error has been det includes things like getuid returning a user that does not exist in the passwd file.*/ -constexpr auto V_EX_OSFILE = 72; /*Some system file (e.g., /etc/passwd, /var/run/utmp, etc.) does not exist, cannot - be opened, or has some sort of error (e.g., syntax error).*/ +constexpr auto V_EX_OSFILE = 72; /*Some system file (e.g., /etc/passwd, /var/run/utmp, etc.) does not exist, + cannot be opened, or has some sort of error (e.g., syntax error).*/ constexpr auto V_EX_CANTCREAT = 73; /*A (user specified) output file cannot be created.*/