mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
This commit is contained in:
parent
d9d0082018
commit
2c54ee94c1
41 changed files with 159 additions and 212 deletions
|
@ -90,7 +90,7 @@ protected:
|
|||
return Config::Get(setting);
|
||||
}
|
||||
|
||||
virtual void OnConfigChanged(){};
|
||||
virtual void OnConfigChanged() {};
|
||||
|
||||
private:
|
||||
bool IsConfigLocal() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue