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 /coreutils/install.c | |
parent | e84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff) | |
download | busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.bz2 busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.zip |
fix accumulated whitespace and indentation damage
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index a58a23b6e..c80be01ff 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -41,7 +41,7 @@ static void setdefaultfilecon(const char *path) { | |||
41 | 41 | ||
42 | if (!is_selinux_enabled()) { | 42 | if (!is_selinux_enabled()) { |
43 | return; | 43 | return; |
44 | } | 44 | } |
45 | if (lstat(path, &s) != 0) { | 45 | if (lstat(path, &s) != 0) { |
46 | return; | 46 | return; |
47 | } | 47 | } |
@@ -101,7 +101,7 @@ int install_main(int argc, char **argv) | |||
101 | /* -c exists for backwards compatibility, it's needed */ | 101 | /* -c exists for backwards compatibility, it's needed */ |
102 | 102 | ||
103 | flags = getopt32(argc, argv, "cdpsg:m:o:" USE_SELINUX("Z:"), &gid_str, &mode_str, &uid_str USE_SELINUX(, &scontext)); | 103 | flags = getopt32(argc, argv, "cdpsg:m:o:" USE_SELINUX("Z:"), &gid_str, &mode_str, &uid_str USE_SELINUX(, &scontext)); |
104 | 104 | ||
105 | #if ENABLE_SELINUX | 105 | #if ENABLE_SELINUX |
106 | if (flags & OPT_PRESERVE_SECURITY_CONTEXT) { | 106 | if (flags & OPT_PRESERVE_SECURITY_CONTEXT) { |
107 | use_default_selinux_context = 0; | 107 | use_default_selinux_context = 0; |