mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -90,7 +90,7 @@ protected:
|
||||
return Config::Get(setting);
|
||||
}
|
||||
|
||||
virtual void OnConfigChanged(){};
|
||||
virtual void OnConfigChanged() {};
|
||||
|
||||
private:
|
||||
bool IsConfigLocal() const
|
||||
|
Reference in New Issue
Block a user