astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-12-26 15:48:17 +01:00
parent ce1fc56e96
commit 31bddb6ae0
5 changed files with 10 additions and 9 deletions

View File

@ -674,7 +674,8 @@ void CheckStl::mismatchingContainers()
// Lambda is used to escape the nested loops
[&] {
for (const auto& p : containers) {
for (const auto& p : containers)
{
const std::vector<ArgIteratorInfo>& cargs = p.second;
for (ArgIteratorInfo iter1 : cargs) {
for (ArgIteratorInfo iter2 : cargs) {