Fix indentation of enum def_tuple.

This commit is contained in:
Todd C. Miller
2020-09-29 21:16:34 -06:00
parent 772619b7ef
commit ea57249e29
2 changed files with 11 additions and 11 deletions

View File

@@ -262,14 +262,14 @@
#define def_runchroot (sudo_defs_table[I_RUNCHROOT].sd_un.str)
enum def_tuple {
never,
once,
always,
any,
all,
digest_only,
global,
ppid,
tty,
kernel
never,
once,
always,
any,
all,
digest_only,
global,
ppid,
tty,
kernel
};