aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-13 19:45:52 +0000
committerNick Clifton <nickc@redhat.com>2001-01-13 19:45:52 +0000
commitb7ed8fad53ae315fb8889fe91afc7a6373eea4db (patch)
tree62a6cb87b7fd9fe5519147addddcd423371c0da9 /ld/lexsup.c
parent05df362ef603317ffe37cc985db1761999660710 (diff)
downloadgdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.zip
gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.gz
gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.bz2
formatting fix
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 914ff7f..51ffc44 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -550,7 +550,7 @@ parse_args (argc, argv)
--optind;
optc = getopt_long (argc, argv, shortopts, really_longopts, &longind);
}
-
+
if (optc == -1)
break;