Avoid a couple of clang-format quirks

This commit is contained in:
Rangi42
2024-03-10 12:31:03 -04:00
parent 820f6b5b3c
commit 58fdaa8747
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
using namespace std::literals;
static void includeFile(std::string && path);
static void includeFile(std::string &&path);
static void incLineNo();
static void setSectionType(SectionType type);