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/arm920t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm920t.c') diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 91107a5e..bf099e9d 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -587,7 +587,7 @@ int arm920t_soft_reset_halt(struct target_s *target) { break; } - if (debug_level>=3) + if (debug_level >= 3) { /* do not eat all CPU, time out after 1 se*/ alive_sleep(100); -- cgit v1.2.3