From 4ce93ac479c29210c4b472a16733bed2537c35f9 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 23 Jun 2009 22:40:10 +0000 Subject: - Fixes '>=' whitespace - Replace ')\(>=\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(>=\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2367 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm720t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm720t.c') diff --git a/src/target/arm720t.c b/src/target/arm720t.c index cdc5fd77..d709bacc 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -388,7 +388,7 @@ int arm720t_soft_reset_halt(struct target_s *target) { break; } - if (debug_level>=3) + if (debug_level >= 3) { alive_sleep(100); } else -- cgit v1.2.3