From 5d118c61ea1c6e6869b2f0175c625184bc633b5a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 3 Oct 2015 17:01:27 +0300 Subject: [PATCH] Code style. --HG-- branch : develop --- src/libs/vmisc/vsysexits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*/