]> git.sur5r.net Git - openocd/commit
Clean up handle_jtag_reset_command:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Jun 2009 10:55:36 +0000 (10:55 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Jun 2009 10:55:36 +0000 (10:55 +0000)
commit5c9221ce616b179d924c044854a7bf680f25161a
tree8524078371384782dc319c737e79aba03b2e4e61
parentc75ef1cd375ba5d0281b05f29437c6eaf92864d6
Clean up handle_jtag_reset_command:
- Make command require exactly two arguments; do not allow more than two.
- Move temporary variable declarations closer to point of first use.
- Remove superfluous braces around single statments.
- Wrap to 80 column width.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2114 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/jtag/jtag.c