diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
commit | c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 (patch) | |
tree | 90608280101218f60c7d9181b913e92ba895799d /selinux | |
parent | e84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff) | |
download | busybox-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz |
fix accumulated whitespace and indentation damage
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/chcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/chcon.c b/selinux/chcon.c index de077c380..72cfa93c3 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -2,7 +2,7 @@ * chcon -- change security context, based on coreutils-5.97-13 * * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> - * + * * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp> */ #include "busybox.h" |