From 84bffc43a725093ce975440a707a83c1e3fcf0cf Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Fri, 8 Nov 2013 08:17:34 -0500 Subject: [PATCH] Cleanup whitespace Signed-off-by: Dan Walsh --- policycoreutils/setsebool/setsebool.8 | 1 - policycoreutils/setsebool/setsebool.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/policycoreutils/setsebool/setsebool.8 b/policycoreutils/setsebool/setsebool.8 index 7338f152..916a58c5 100644 --- a/policycoreutils/setsebool/setsebool.8 +++ b/policycoreutils/setsebool/setsebool.8 @@ -20,7 +20,6 @@ the policy file on disk. So they will be persistent across reboots. If the \-N option is given, the policy on disk is not reloaded into the kernel. - If the \-V option is given, verbose error messages will be printed from semanage libraries. diff --git a/policycoreutils/setsebool/setsebool.c b/policycoreutils/setsebool/setsebool.c index 89412d05..b101f087 100644 --- a/policycoreutils/setsebool/setsebool.c +++ b/policycoreutils/setsebool/setsebool.c @@ -53,10 +53,10 @@ int main(int argc, char **argv) permanent = 1; break; case 'N': - reload = 0; + reload = 0; break; case 'V': - verbose = 1; + verbose = 1; break; default: usage();