]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/MemBuf.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / MemBuf.cc
index ed14d1a4a46e4c187432a1f7c10b170f0985f66e..b953da0c7974890a9f3459176e66390eadc31c2c 100644 (file)
@@ -128,7 +128,6 @@ MemBuf::init()
     init(MEM_BUF_INIT_SIZE, MEM_BUF_MAX_SIZE);
 }
 
-
 /** init with specific sizes */
 void
 MemBuf::init(mb_size_t szInit, mb_size_t szMax)
@@ -286,7 +285,6 @@ MemBuf::Printf(const char *fmt,...)
     va_end(args);
 }
 
-
 /**
  * vPrintf for other printf()'s to use; calls vsnprintf, extends buf if needed
  */
@@ -403,7 +401,6 @@ MemBuf::grow(mb_size_t min_cap)
     PROF_stop(MemBuf_grow);
 }
 
-
 /* Reports */
 
 /**