Skip to content

Commit b2fbab1

Browse files
committed
astyle formatting
[ci skip]
1 parent 95e2eeb commit b2fbab1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gui/cppchecklibrarydata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ static void writeTypeChecks(QXmlStreamWriter &xmlWriter, const CppcheckLibraryDa
570570
xmlWriter.writeEndElement();
571571
}
572572

573-
static void writePlatformType (QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::PlatformType &pt)
573+
static void writePlatformType(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::PlatformType &pt)
574574
{
575575
xmlWriter.writeStartElement("platformtype");
576576
xmlWriter.writeAttribute("name", pt.name);

gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void TestCppcheckLibraryData::platformTypeValid()
202202
QCOMPARE(libraryData.platformTypes[1].value, "all");
203203
QCOMPARE(libraryData.platformTypes[1].types.size(), 5);
204204
QCOMPARE(libraryData.platformTypes[1].types,
205-
QStringList({"unsigned", "long", "pointer", "const_ptr", "ptr_ptr"}));
205+
QStringList({"unsigned", "long", "pointer", "const_ptr", "ptr_ptr"}));
206206
QCOMPARE(libraryData.platformTypes[1].platforms.isEmpty(), true);
207207

208208
QCOMPARE(libraryData.platformTypes[2].name, "types and platform");

0 commit comments

Comments
 (0)