diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-15 06:19:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-15 06:19:03 +0000 |
commit | c2f1bf1c95e7a6e346e19d2b247ce295cfc0007d (patch) | |
tree | 360f2a7c2802e5a54c689c6418302074b559ee0a | |
parent | d882eab2f25d900b345b4d0814a04f808dbe4291 (diff) | |
download | coreutils-c2f1bf1c95e7a6e346e19d2b247ce295cfc0007d.tar.xz |
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.
-rw-r--r-- | lib/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt.c b/lib/getopt.c index 3e7928a83..90ba71304 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -3,7 +3,7 @@ "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002 - Free Software Foundation, Inc. + Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify |