- Replace 'for(' with 'for ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2389 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -155,7 +155,7 @@ membuf_vsprintf( struct membuf *pBuf, const char *fmt, va_list ap )
|
||||
|
||||
|
||||
grew = 0;
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
sa = space_avail(pBuf);
|
||||
|
||||
// do work
|
||||
|
||||
Reference in New Issue
Block a user