]> git.sur5r.net Git - openocd/blobdiff - src/helper/membuf.c
- Fixes '==' whitespace
[openocd] / src / helper / membuf.c
index e9e71a98d971aa2f98a4f847ce6d1c68467ecedb..5b24034dd1d6c17dd49f2fe6b18ffe78c65babf7 100644 (file)
@@ -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;
        }
     }