diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
commit | a8ce712c3cd70a63253f93a240bfe1650e7d6865 (patch) | |
tree | ddac0e3876f058e0070dc497902994583517f879 /coreutils/install.c | |
parent | 17404d32f8a380def4fe8db90300572582d35b5d (diff) | |
download | busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.gz busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.bz2 busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.zip |
whitespace fixes (leading spaces to tab)
git-svn-id: svn://busybox.net/trunk/busybox@17265 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index aa7e8bf2b..c899158aa 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -86,7 +86,7 @@ int install_main(int argc, char **argv) | |||
86 | break; | 86 | break; |
87 | } | 87 | } |
88 | } | 88 | } |
89 | if ((flags & (OPT_OWNER|OPT_GROUP)) | 89 | if ((flags & (OPT_OWNER|OPT_GROUP)) |
90 | && lchown(*argv, uid, gid) == -1 | 90 | && lchown(*argv, uid, gid) == -1 |
91 | ) { | 91 | ) { |
92 | bb_perror_msg("cannot change ownership of %s", *argv); | 92 | bb_perror_msg("cannot change ownership of %s", *argv); |