whitespace fixes (leading spaces to tab)
diff --git a/coreutils/install.c b/coreutils/install.c
index aa7e8bf..c899158 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -86,7 +86,7 @@
 						break;
 					}
 				}
-        			if ((flags & (OPT_OWNER|OPT_GROUP))
+				if ((flags & (OPT_OWNER|OPT_GROUP))
 				 && lchown(*argv, uid, gid) == -1
 				) {
 					bb_perror_msg("cannot change ownership of %s", *argv);