aboutsummaryrefslogtreecommitdiff
path: root/binutils/rclex.l
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2003-02-20 03:31:42 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2003-02-20 03:31:42 +0000
commit0e11a9e98de0683f7f75f668cbf63f4300980901 (patch)
tree4c0c3708b65e87c3dafe4a23a6b82f6ba43a6df3 /binutils/rclex.l
parent6e5f5201729b7a60a7514425d25ef4de7b914321 (diff)
downloadgdb-0e11a9e98de0683f7f75f668cbf63f4300980901.zip
gdb-0e11a9e98de0683f7f75f668cbf63f4300980901.tar.gz
gdb-0e11a9e98de0683f7f75f668cbf63f4300980901.tar.bz2
* rclex.l (handle_quotes): Fix minor formatting problems introduced in previous
change.
Diffstat (limited to 'binutils/rclex.l')
-rw-r--r--binutils/rclex.l9
1 files changed, 5 insertions, 4 deletions
diff --git a/binutils/rclex.l b/binutils/rclex.l
index a168b9f..3a4f3e1 100644
--- a/binutils/rclex.l
+++ b/binutils/rclex.l
@@ -425,10 +425,11 @@ handle_quotes (input, len)
++t;
assert (ISSPACE (*t));
while (ISSPACE (*t))
- {
- if ((*t) == '\n') ++rc_lineno;
- ++t;
- }
+ {
+ if ((*t) == '\n')
+ ++rc_lineno;
+ ++t;
+ }
if (*t == '\0')
break;
assert (*t == '"');