Running astyle [ci skip]

This commit is contained in:
orbitcowboy 2020-12-25 20:13:29 +01:00
parent 93afe1a613
commit dfa98c8f17
1 changed files with 3 additions and 4 deletions

View File

@ -220,8 +220,7 @@ static CppcheckLibraryData::MemoryResource loadMemoryResource(QXmlStreamReader &
}
dealloc.name = xmlReader.readElementText();
memoryresource.dealloc.append(dealloc);
}
else if (elementName == "use")
} else if (elementName == "use")
memoryresource.use.append(xmlReader.readElementText());
else
unhandledElement(xmlReader);