Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Sep 8, 2024
1 parent 2c1399d commit f02acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ class TestOther : public TestFixture {

#define checkOldStylePointerCast(...) checkOldStylePointerCast_(__FILE__, __LINE__, __VA_ARGS__)
template<size_t size>
void checkOldStylePointerCast_(const char* file, int line, const char(&code)[size], Standards::cppstd_t std = Standards::CPPLatest) {
void checkOldStylePointerCast_(const char* file, int line, const char (&code)[size], Standards::cppstd_t std = Standards::CPPLatest) {

const Settings settings = settingsBuilder().severity(Severity::style).cpp(std).build();

Expand Down

0 comments on commit f02acd6

Please sign in to comment.