From fb132e47370378474c68ad22c1c0cb2ccee178de Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Oct 2010 11:46:52 +0200 Subject: whitespace cleanup Signed-off-by: Denys Vlasenko --- selinux/sestatus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'selinux') diff --git a/selinux/sestatus.c b/selinux/sestatus.c index 7fb2b470b..aa12e806c 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c @@ -12,10 +12,10 @@ extern char *selinux_mnt; -#define OPT_VERBOSE (1 << 0) -#define OPT_BOOLEAN (1 << 1) +#define OPT_VERBOSE (1 << 0) +#define OPT_BOOLEAN (1 << 1) -#define COL_FMT "%-31s " +#define COL_FMT "%-31s " static void display_boolean(void) { @@ -151,7 +151,7 @@ int sestatus_main(int argc UNUSED_PARAM, char **argv) const char *pol_path; int rc; - opt_complementary = "?0"; /* no arguments are required. */ + opt_complementary = "?0"; /* no arguments are required. */ opts = getopt32(argv, "vb"); /* SELinux status: line */ -- cgit v1.2.3