summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-04-23 11:19:14 +0200
committerJoshua Vandaƫle <joshua@vandaele.software>2025-04-23 11:19:57 +0200
commitbf554edfe0b543b08c42401b78fea2ae0ffa1168 (patch)
treef8fac4821872a272c4d1c0af9f6709acf05db491 /Source/Core/Common/Config
parent2c54ee94c1bed2b958478e302307be4d056321a5 (diff)
linter: Add and apply new formatting rules
New rules: `InsertNewlineAtEOF: true` `RemoveSemicolon: true` `RequiresClausePosition: WithPreceding`
Diffstat (limited to 'Source/Core/Common/Config')
-rw-r--r--Source/Core/Common/Config/Layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Layer.h b/Source/Core/Common/Config/Layer.h
index 58859789ca..e82b411c29 100644
--- a/Source/Core/Common/Config/Layer.h
+++ b/Source/Core/Common/Config/Layer.h
@@ -18,7 +18,7 @@ namespace Config
// Setting a key to an object of this type will delete the key.
struct DefaultState
{
- friend constexpr bool operator==(DefaultState, DefaultState) { return true; };
+ friend constexpr bool operator==(DefaultState, DefaultState) { return true; }
};
namespace detail