diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-23 22:50:08 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-23 22:50:08 +0000 |
commit | c97caebccd07be7e5bae61d6d40921e01786ba06 (patch) | |
tree | ac6b27c4e75a0b30f2676c8ed7ca70a1048be2c4 /src/xsvf | |
parent | 2e779198535580515dfa9c8bfe1f3fe08abdb84b (diff) | |
download | openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.gz openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.bz2 openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.xz openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.zip |
Remove whitespace at end of lines, step 2.
- Replace '\s*$' with ''.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index a2591d8e..683b8e29 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -620,7 +620,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha field.in_value = NULL; - + if (tap == NULL) jtag_add_plain_ir_scan(1, &field, my_end_state); |