mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 14:07: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
|
@ -7,24 +7,21 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
class MetalinkerTest:public CppUnit::TestFixture {
|
||||
class MetalinkerTest : public CppUnit::TestFixture {
|
||||
|
||||
CPPUNIT_TEST_SUITE(MetalinkerTest);
|
||||
CPPUNIT_TEST(testQueryEntry);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
private:
|
||||
|
||||
private:
|
||||
public:
|
||||
void setUp() {
|
||||
}
|
||||
void tearDown() {
|
||||
}
|
||||
void setUp() {}
|
||||
void tearDown() {}
|
||||
|
||||
void testQueryEntry();
|
||||
};
|
||||
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( MetalinkerTest );
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(MetalinkerTest);
|
||||
|
||||
void MetalinkerTest::testQueryEntry()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue