- Fixes '=' whitespace

- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2391 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-24 09:37:37 +00:00
parent e47be43ed1
commit 5e53d488dc
2 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ int membuf_vsprintf( struct membuf *pBuf , const char *fmt, va_list ap);
* @param pBuf - buffer to tokenize
* @param delim - delimiter parameter for strtok_r()
*
* Identical to "strtok()" - pass "pBuff=NULL" on second call
* Identical to "strtok()" - pass "pBuff = NULL" on second call
*
* NOTE: This call is <b>destructive</b> to the buffer.
*/