make clang-format using clang-format-3.6

This commit is contained in:
Tatsuhiro Tsujikawa 2015-12-27 18:39:47 +09:00
parent 4abad2f64c
commit b1132d6b10
1095 changed files with 30423 additions and 33770 deletions

View file

@ -10,11 +10,12 @@
namespace aria2 {
class AbstractCommandTest:public CppUnit::TestFixture {
class AbstractCommandTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(AbstractCommandTest);
CPPUNIT_TEST(testGetProxyUri);
CPPUNIT_TEST_SUITE_END();
public:
void setUp() {}
@ -23,7 +24,6 @@ public:
void testGetProxyUri();
};
CPPUNIT_TEST_SUITE_REGISTRATION(AbstractCommandTest);
void AbstractCommandTest::testGetProxyUri()