- 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@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -2794,7 +2794,7 @@ static int ft2232_handle_device_desc_command(struct command_context_s* cmd_ctx,
|
||||
cp[-2] = 0;
|
||||
ft2232_device_desc = strdup(buf);
|
||||
} else {
|
||||
// <space>A not defined
|
||||
// <space > A not defined
|
||||
// so create it
|
||||
sprintf(buf, "%s A", ft2232_device_desc);
|
||||
ft2232_device_desc_A = strdup(buf);
|
||||
|
||||
Reference in New Issue
Block a user