diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-30 20:47:54 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-30 20:47:54 +0000 |
| commit | f4a6c96060b9be76184d8b8a44a16568ef6438aa (patch) | |
| tree | 278eb3e443fe2df53e92a46f265ccdc310f295ea | |
| parent | 8fb100fd38c9c2dca7471001493c2523a09f61ee (diff) | |
| download | ppe42-gcc-f4a6c96060b9be76184d8b8a44a16568ef6438aa.tar.gz ppe42-gcc-f4a6c96060b9be76184d8b8a44a16568ef6438aa.zip | |
Fix whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51608 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 4dfd5c5e346..e5b1ce37c08 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; } |

