mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
clang-format-3.9
This commit is contained in:
parent
a7fcf83bdf
commit
aa4ea8889c
51 changed files with 332 additions and 271 deletions
|
@ -109,7 +109,7 @@ void IndexedListTest::testErase()
|
|||
CPPUNIT_ASSERT_EQUAL((size_t)(std::distance(i, list.end())), list.size());
|
||||
|
||||
int* pp = ++p;
|
||||
for (IndexedList<int, int*>::iterator j = list.begin(); j != list.end();
|
||||
for (IndexedList<int, int *>::iterator j = list.begin(); j != list.end();
|
||||
++j, ++pp) {
|
||||
CPPUNIT_ASSERT_EQUAL(*pp, **j);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue