- Fixes '+' whitespace
- Replace ')\(+\)(' with ') \1 ('.
- Replace ')\(+\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(+\)(' with '\1 \2 ('.
- Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2373 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -633,7 +633,7 @@ extern void jtag_execute_queue_noclear(void);
|
||||
int jtag_get_flush_queue_count(void);
|
||||
|
||||
|
||||
/* can be implemented by hw+sw */
|
||||
/* can be implemented by hw + sw */
|
||||
extern int jtag_power_dropout(int* dropout);
|
||||
extern int jtag_srst_asserted(int* srst_asserted);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user