From c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 Mon Sep 17 00:00:00 2001 From: Tim Riker Date: Wed, 25 Jan 2006 00:08:53 +0000 Subject: just whitespace --- 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