]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/STUB.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / STUB.h
index 368bdb5db24e613406f72bd494464b57dba54e58..6ff76982e38576a4a865ee4ec753d93479a5f2fb 100644 (file)
@@ -36,7 +36,6 @@
 /// Intended for registration pattern APIs where the function result does not matter to the test
 #define STUB_RETVAL_NOP(x) { std::cerr<<"SKIP: "<<STUB_API<<" "<<__FUNCTION__<<" (not implemented).\n"; return x; }
 
-
 /** macro to stub a function which returns a reference to dynamic
  *  Aborts unit tests requiring its definition with a message about the missing linkage
  *  This macro uses 'new x' to construct a stack vailable for the reference, may leak.