- 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
This commit is contained in:
@@ -587,7 +587,7 @@ int arm926ejs_soft_reset_halt(struct target_s *target)
|
||||
{
|
||||
break;
|
||||
}
|
||||
if (debug_level>=1)
|
||||
if (debug_level >= 1)
|
||||
{
|
||||
/* do not eat all CPU, time out after 1 se*/
|
||||
alive_sleep(100);
|
||||
|
||||
Reference in New Issue
Block a user