aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-29 11:46:52 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-29 11:46:52 +0200
commitfb132e47370378474c68ad22c1c0cb2ccee178de (patch)
tree4f78d0fdd1c2fa2341c7d9bb17f9d98d099a238c /selinux
parent66cb7bed33da605674c3d24734466b8e8a60e337 (diff)
downloadbusybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.gz
busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.bz2
busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.zip
whitespace cleanup
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'selinux')
-rw-r--r--selinux/sestatus.c8
1 files changed, 4 insertions, 4 deletions
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 @@
12 12
13extern char *selinux_mnt; 13extern char *selinux_mnt;
14 14
15#define OPT_VERBOSE (1 << 0) 15#define OPT_VERBOSE (1 << 0)
16#define OPT_BOOLEAN (1 << 1) 16#define OPT_BOOLEAN (1 << 1)
17 17
18#define COL_FMT "%-31s " 18#define COL_FMT "%-31s "
19 19
20static void display_boolean(void) 20static void display_boolean(void)
21{ 21{
@@ -151,7 +151,7 @@ int sestatus_main(int argc UNUSED_PARAM, char **argv)
151 const char *pol_path; 151 const char *pol_path;
152 int rc; 152 int rc;
153 153
154 opt_complementary = "?0"; /* no arguments are required. */ 154 opt_complementary = "?0"; /* no arguments are required. */
155 opts = getopt32(argv, "vb"); 155 opts = getopt32(argv, "vb");
156 156
157 /* SELinux status: line */ 157 /* SELinux status: line */