Skip to content

Commit 1bb8d9c

Browse files
committed
run uncrustify
1 parent c03b22e commit 1bb8d9c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

test/testerrorlogger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class TestErrorLogger : public TestFixture {
315315
}
316316

317317
#define testReportType(reportType, severity, errorId, expectedClassification, expectedGuideline) \
318-
testReportType_(__FILE__, __LINE__, reportType, severity, errorId, expectedClassification, expectedGuideline)
318+
testReportType_(__FILE__, __LINE__, reportType, severity, errorId, expectedClassification, expectedGuideline)
319319
void testReportType_(const char *file, int line, ReportType reportType, Severity severity, const std::string &errorId,
320320
const std::string &expectedClassification, const std::string &expectedGuideline) const
321321
{

test/testsarif.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ class TestSarif : public TestFixture
2929
{
3030
public:
3131
TestSarif() : TestFixture("TestSarif")
32-
{
33-
}
32+
{}
3433

3534
private:
3635
// Shared test code with various error types

0 commit comments

Comments
 (0)