diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 05:29:17 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 05:29:17 +0000 |
commit | 062d23bad6775669316b9c291d319f5246c17e19 (patch) | |
tree | 9949b4e382f0d7f5b5e5fbb05c2087705c5741aa /libcpp | |
parent | fbe83ac1d7bf84086a255cd5e819c4f37832798a (diff) | |
download | gcc-062d23bad6775669316b9c291d319f5246c17e19.tar.gz |
Remove extra whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88871 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/makedepend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/makedepend.c b/libcpp/makedepend.c index 428ec297cc6..f28f9699828 100644 --- a/libcpp/makedepend.c +++ b/libcpp/makedepend.c @@ -119,7 +119,7 @@ parse_options (int argc, char **argv) usage (2); } return optind; - + default: abort (); } |