clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-05 16:23:04 +09:00
parent 8246fd1ff5
commit e92027b9f0

View File

@ -362,7 +362,7 @@ void CookieStorageTest::testLoad_sqlite3()
CPPUNIT_ASSERT_EQUAL(std::string("/path/to"), c->getPath());
CPPUNIT_ASSERT(!c->getSecure());
#else // !HAVE_SQLITE3
#else // !HAVE_SQLITE3
CPPUNIT_ASSERT(!st.load(A2_TEST_DIR "/cookies.sqlite", 1000));
#endif // !HAVE_SQLITE3
}