aboutsummaryrefslogtreecommitdiff
path: root/selinux/chcon.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-20 11:30:28 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-20 11:30:28 +0000
commit9dbd94421304e4bfca9dfb4883a7299b3fb2fe27 (patch)
tree90608280101218f60c7d9181b913e92ba895799d /selinux/chcon.c
parent87dd90aa8ab4c88d3dee025044a419d8f2f49cd7 (diff)
downloadbusybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.gz
busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.bz2
busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.zip
fix accumulated whitespace and indentation damage
git-svn-id: svn://busybox.net/trunk/busybox@18176 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'selinux/chcon.c')
-rw-r--r--selinux/chcon.c2
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 @@
2 * chcon -- change security context, based on coreutils-5.97-13 2 * chcon -- change security context, based on coreutils-5.97-13
3 * 3 *
4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
5 * 5 *
6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp> 6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
7 */ 7 */
8#include "busybox.h" 8#include "busybox.h"