From: Automatic source maintenance Date: Thu, 2 Aug 2012 00:12:45 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: sourceformat-review-1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe1f1c4311d7511d66d1168f7d105aa436fc635;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/tests/Stub.list b/src/tests/Stub.list index 2c417f584c..2b8e4a02ef 100644 --- a/src/tests/Stub.list +++ b/src/tests/Stub.list @@ -32,6 +32,8 @@ STUB_SOURCE= tests/STUB.h \ tests/stub_libcomm.cc \ tests/stub_libformat.cc \ tests/stub_libicmp.cc \ + tests/stub_libmgr.cc \ + tests/stub_libsslsquid.cc \ tests/stub_main_cc.cc \ tests/stub_mem.cc \ tests/stub_mem_node.cc \ diff --git a/src/tests/stub_libsslsquid.cc b/src/tests/stub_libsslsquid.cc index 728c6969a2..97d2029c18 100644 --- a/src/tests/stub_libsslsquid.cc +++ b/src/tests/stub_libsslsquid.cc @@ -31,7 +31,7 @@ void Ssl::LocalContextStorage::remove(char const * host_name) STUB //Ssl::GlobalContextStorage::~GlobalContextStorage() STUB void Ssl::GlobalContextStorage::addLocalStorage(Ip::Address const & address, size_t size_of_store) STUB Ssl::LocalContextStorage & Ssl::GlobalContextStorage::getLocalStorage(Ip::Address const & address) - { fatal(STUB_API " required"); static Ssl::LocalContextStorage v(0); return v; } +{ fatal(STUB_API " required"); static Ssl::LocalContextStorage v(0); return v; } void Ssl::GlobalContextStorage::reconfigureStart() STUB //Ssl::GlobalContextStorage Ssl::TheGlobalContextStorage;