Cleanup whitespace

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Dan Walsh 2013-11-08 08:17:34 -05:00 committed by Stephen Smalley
parent d5116bd45b
commit 84bffc43a7
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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();