- Replace 'for(' with 'for ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2389 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-24 09:37:23 +00:00
parent 2a4223dc68
commit c3e7d33b54
2 changed files with 11 additions and 11 deletions

View File

@@ -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