Merge pull request #13436 from JoshuaVandaele/clang-format-19

Update clang-format to version 19
This commit is contained in:
OatmealDome
2025-04-30 01:17:31 -04:00
committed by GitHub
48 changed files with 170 additions and 220 deletions

View File

@ -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