From be75119426d1c6a69b68038d750acabac3f2419d Mon Sep 17 00:00:00 2001
From: Hans-Peter Nilsson <hp@axis.com>
Date: Wed, 26 Oct 2005 01:32:25 +0000
Subject: [PATCH] 	* gas/z80/z80.exp: Fix misplaced-open-brace typo.

---
 gas/testsuite/ChangeLog       | 4 ++++
 gas/testsuite/gas/z80/z80.exp | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 69fb931e3fa..74396a3605d 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* gas/z80/z80.exp: Fix misplaced-open-brace typo.
+
 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
 
 	* gas/all/gas.exp: Exclude Z80-*-* from floating point, string,
diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp
index 733ce55305f..afafbb84598 100644
--- a/gas/testsuite/gas/z80/z80.exp
+++ b/gas/testsuite/gas/z80/z80.exp
@@ -1,7 +1,6 @@
 # run targets for target Z80.
 
-if [istarget z80-*-*] then 
-{
+if [istarget z80-*-*] then {
 # test redefinitions
     run_dump_test "redef"
 # test parsing of " and '
-- 
GitLab