diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
commit | 3266aa9ec285dbcf254daa17c103bf69dc755967 (patch) | |
tree | 265f69a3085b0d712d355580d768242734e5951a /include | |
parent | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff) | |
download | busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.gz busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.bz2 busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.zip |
trailing whitespace removal
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index c2e034447..74ec678d8 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1301,7 +1301,7 @@ enum { | |||
1301 | PSSCAN_ARGVN = (1 << 16) * (ENABLE_KILLALL | 1301 | PSSCAN_ARGVN = (1 << 16) * (ENABLE_KILLALL |
1302 | || ENABLE_PGREP || ENABLE_PKILL | 1302 | || ENABLE_PGREP || ENABLE_PKILL |
1303 | || ENABLE_PIDOF | 1303 | || ENABLE_PIDOF |
1304 | || ENABLE_SESTATUS | 1304 | || ENABLE_SESTATUS |
1305 | ), | 1305 | ), |
1306 | USE_SELINUX(PSSCAN_CONTEXT = 1 << 17,) | 1306 | USE_SELINUX(PSSCAN_CONTEXT = 1 << 17,) |
1307 | PSSCAN_START_TIME = 1 << 18, | 1307 | PSSCAN_START_TIME = 1 << 18, |