Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 14:35:17 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 14:35:17 +0400
commit6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch)
tree6155700deea3477ee366aec5360909261ed53cd6 /selinux
parent033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff)
whitespace fixes, no code changes
Diffstat (limited to 'selinux')
-rw-r--r--selinux/setfiles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c
index dcc8cbb5f..08b911a03 100644
--- a/selinux/setfiles.c
+++ b/selinux/setfiles.c
@@ -264,15 +264,15 @@ static bool only_changed_user(const char *a, const char *b)
static int restore(const char *file)
{
- char *my_file;
+ char *my_file;
struct stat my_sb;
int i, j, ret;
char *context = NULL;
char *newcon = NULL;
bool user_only_changed = 0;
int retval = 0;
-
- my_file = bb_simplify_path(file);
+
+ my_file = bb_simplify_path(file);
i = match(my_file, &my_sb, &newcon);