mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
make clang-format using clang-format-3.6
This commit is contained in:
parent
4abad2f64c
commit
b1132d6b10
1095 changed files with 30423 additions and 33770 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
class UTMetadataRequestTrackerTest:public CppUnit::TestFixture {
|
||||
class UTMetadataRequestTrackerTest : public CppUnit::TestFixture {
|
||||
|
||||
CPPUNIT_TEST_SUITE(UTMetadataRequestTrackerTest);
|
||||
CPPUNIT_TEST(testAdd);
|
||||
|
@ -13,6 +13,7 @@ class UTMetadataRequestTrackerTest:public CppUnit::TestFixture {
|
|||
CPPUNIT_TEST(testCount);
|
||||
CPPUNIT_TEST(testAvail);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
void testAdd();
|
||||
void testRemove();
|
||||
|
@ -21,7 +22,6 @@ public:
|
|||
void testAvail();
|
||||
};
|
||||
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(UTMetadataRequestTrackerTest);
|
||||
|
||||
void UTMetadataRequestTrackerTest::testAdd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue