mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue