diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
commit | ba2dcccd799963ac74ee92300df494947820608b (patch) | |
tree | e27140083f1f4faebe86cde97a3dabbff5ac7f9e /libbb/selinux_common.c | |
parent | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff) | |
download | busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.tar.gz busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.tar.bz2 busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.zip |
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/selinux_common.c')
-rw-r--r-- | libbb/selinux_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/selinux_common.c b/libbb/selinux_common.c index 7b5696754..2acb50e96 100644 --- a/libbb/selinux_common.c +++ b/libbb/selinux_common.c | |||
@@ -53,4 +53,3 @@ void FAST_FUNC selinux_preserve_fcontext(int fdesc) | |||
53 | setfscreatecon_or_die(context); | 53 | setfscreatecon_or_die(context); |
54 | freecon(context); | 54 | freecon(context); |
55 | } | 55 | } |
56 | |||