summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:40:10 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:40:10 +0000
commit4ce93ac479c29210c4b472a16733bed2537c35f9 (patch)
tree32b3f91bc20272afc249a4bd683956f2d98a5852 /src/target/xscale.c
parent128a73342856217e98a5da64b2805e062fd4e00d (diff)
downloadopenocd+libswd-4ce93ac479c29210c4b472a16733bed2537c35f9.tar.gz
openocd+libswd-4ce93ac479c29210c4b472a16733bed2537c35f9.tar.bz2
openocd+libswd-4ce93ac479c29210c4b472a16733bed2537c35f9.tar.xz
openocd+libswd-4ce93ac479c29210c4b472a16733bed2537c35f9.zip
- 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
Diffstat (limited to 'src/target/xscale.c')
-rw-r--r--src/target/xscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/xscale.c b/src/target/xscale.c
index 7de1d844..71d365dd 100644
--- a/src/target/xscale.c
+++ b/src/target/xscale.c
@@ -499,7 +499,7 @@ int xscale_read_tx(target_t *target, int consume)
{
goto done;
}
- if (debug_level>=3)
+ if (debug_level >= 3)
{
LOG_DEBUG("waiting 100ms");
alive_sleep(100); /* avoid flooding the logs */
@@ -580,7 +580,7 @@ int xscale_write_rx(target_t *target)
}
if (!(field0_in & 1))
goto done;
- if (debug_level>=3)
+ if (debug_level >= 3)
{
LOG_DEBUG("waiting 100ms");
alive_sleep(100); /* avoid flooding the logs */