astyle formatting
[ci skip]
This commit is contained in:
parent
205af353db
commit
b07b464c80
@ -618,7 +618,7 @@ static void writePlatformType(QXmlStreamWriter &xmlWriter, const CppcheckLibrary
|
|||||||
xmlWriter.writeEndElement();
|
xmlWriter.writeEndElement();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void writeReflection (QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Reflection &refl)
|
static void writeReflection(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Reflection &refl)
|
||||||
{
|
{
|
||||||
xmlWriter.writeStartElement("reflection");
|
xmlWriter.writeStartElement("reflection");
|
||||||
foreach (const CppcheckLibraryData::Reflection::Call &call, refl.calls) {
|
foreach (const CppcheckLibraryData::Reflection::Call &call, refl.calls) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user