mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Merge pull request #13436 from JoshuaVandaele/clang-format-19
Update clang-format to version 19
This commit is contained in:
commit
0b0151770a
48 changed files with 170 additions and 220 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue