diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-03-30 12:47:54 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-30 12:47:54 -0800 |
commit | 6b7d1a345ed3a6936676a2ae190f9f4fc3a409ce (patch) | |
tree | 278eb3e443fe2df53e92a46f265ccdc310f295ea /gcc | |
parent | 30984c5791c043900dbda277852231a3c4bb452c (diff) | |
download | gcc-6b7d1a345ed3a6936676a2ae190f9f4fc3a409ce.zip gcc-6b7d1a345ed3a6936676a2ae190f9f4fc3a409ce.tar.gz gcc-6b7d1a345ed3a6936676a2ae190f9f4fc3a409ce.tar.bz2 |
Fix whitespace.
From-SVN: r51608
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 4dfd5c5..e5b1ce3 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -2829,7 +2829,7 @@ alpha_emit_conditional_branch (code) break; default: cmp_code = code; - code = GT; + code = GT; break; } |