From fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 Mon Sep 17 00:00:00 2001 From: timr Date: Wed, 25 Jan 2006 00:08:53 +0000 Subject: just whitespace git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/install.c') diff --git a/coreutils/install.c b/coreutils/install.c index a4a96151d..c3d4f8c82 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -44,7 +44,7 @@ static const struct option install_long_options[] = { { "preserve-timestamps", 0, NULL, 'p' }, { "strip", 0, NULL, 's' }, { "group", 0, NULL, 'g' }, - { "mode", 0, NULL, 'm' }, + { "mode", 0, NULL, 'm' }, { "owner", 0, NULL, 'o' }, { 0, 0, 0, 0 } }; -- cgit v1.2.3-55-g6feb