]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 2 Aug 2012 00:12:45 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 2 Aug 2012 00:12:45 +0000 (18:12 -0600)
src/tests/Stub.list
src/tests/stub_libsslsquid.cc

index 2c417f584c9cd125390967b74452d4570028060a..2b8e4a02efb9af36e642aa2393e5b3d6a0ac3d24 100644 (file)
@@ -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 \
index 728c6969a257175c339a43422199021690dd646a..97d2029c185f2e3ae02bf1fd41c2857e96a6c30a 100644 (file)
@@ -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;