From 4123f082630caddead1590eac6193f736440c4cb Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 4 Jun 2009 00:56:41 +0000 Subject: David Brownell : 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 --- src/jtag/jtag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/jtag.c') 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 -- cgit v1.2.3-18-g5258