aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:49:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:49:12 +0200
commitba2dcccd799963ac74ee92300df494947820608b (patch)
treee27140083f1f4faebe86cde97a3dabbff5ac7f9e /libbb
parent0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff)
downloadbusybox-ba2dcccd799963ac74ee92300df494947820608b.tar.gz
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/README1
-rw-r--r--libbb/selinux_common.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libbb/README b/libbb/README
index 4f28f7e34..6e63dc5f2 100644
--- a/libbb/README
+++ b/libbb/README
@@ -8,4 +8,3 @@ that you wrote that is mis-attributed, do let me know so we can fix that up.
Erik Andersen
<andersen@codepoet.org>
-
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)
setfscreatecon_or_die(context);
freecon(context);
}
-