- Fixes '==' whitespace
- Replace '\(\w\)\(==\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2390 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -219,7 +219,7 @@ membuf_append( struct membuf *pBuf, const void *pData, size_t len )
|
||||
// do the grow.
|
||||
pBuf = membuf_grow( pBuf, r );
|
||||
// failed?
|
||||
if (pBuf==NULL){
|
||||
if (pBuf == NULL){
|
||||
return pBuf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user