summaryrefslogtreecommitdiff
path: root/src/jtag/commands.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:47:42 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:47:42 +0000
commitdc575dc5bf8cb597a0e9a47794744ae6b1928087 (patch)
tree325ee3b79fe5801fd11a9cfa5e848ea15a52d5eb /src/jtag/commands.c
parentf90d8fa45f2d4c9d4b7990f198b232ee55cbb4e1 (diff)
downloadopenocd_libswd-dc575dc5bf8cb597a0e9a47794744ae6b1928087.tar.gz
openocd_libswd-dc575dc5bf8cb597a0e9a47794744ae6b1928087.tar.bz2
openocd_libswd-dc575dc5bf8cb597a0e9a47794744ae6b1928087.tar.xz
openocd_libswd-dc575dc5bf8cb597a0e9a47794744ae6b1928087.zip
Remove whitespace that occurs before ')'.
- Replace '[ \t]*[)]' with ')'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/commands.c')
-rw-r--r--src/jtag/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/commands.c b/src/jtag/commands.c
index 71fa827d..0cee02af 100644
--- a/src/jtag/commands.c
+++ b/src/jtag/commands.c
@@ -212,7 +212,7 @@ int jtag_build_buffer(const scan_command_t *cmd, uint8_t **buffer)
}
#ifdef _DEBUG_JTAG_IO_
- //LOG_DEBUG("bit_count totalling: %i", bit_count );
+ //LOG_DEBUG("bit_count totalling: %i", bit_count);
#endif
return bit_count;