summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-04 00:56:41 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-04 00:56:41 +0000
commit4123f082630caddead1590eac6193f736440c4cb (patch)
treef7c19c446f7e36df1d0423c311c3871236491792 /src/jtag/jtag.c
parent99fbbdc9c48da616d06986670f9518c0f42cb00e (diff)
downloadopenocd_libswd-4123f082630caddead1590eac6193f736440c4cb.tar.gz
openocd_libswd-4123f082630caddead1590eac6193f736440c4cb.tar.bz2
openocd_libswd-4123f082630caddead1590eac6193f736440c4cb.tar.xz
openocd_libswd-4123f082630caddead1590eac6193f736440c4cb.zip
David Brownell <david-b@pacbell.net>:
Remove pernicious whitespace from src/jtag/*c files; mostly the end-of-line flavor for now, although there's more. git-svn-id: svn://svn.berlios.de/openocd/trunk@2036 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.c')
-rw-r--r--src/jtag/jtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c
index 61a9f8d5..fca60365 100644
--- a/src/jtag/jtag.c
+++ b/src/jtag/jtag.c
@@ -2658,7 +2658,7 @@ int jtag_add_statemove(tap_state_t goal_state)
jtag_add_pathmove(tms_count, moves);
}
- /* else state must be immediately reachable in one clock cycle, and does not
+ /* else state must be immediately reachable in one clock cycle, and does not
need to be a stable state.
*/
else if( tap_state_transition(cur_state, true) == goal_state