mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-09 17:18:27 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <QVariant>
|
||||
#include <string>
|
||||
|
||||
#include "core/settings.h"
|
||||
|
||||
@ -17,6 +17,7 @@ class Config {
|
||||
|
||||
void ReadValues();
|
||||
void SaveValues();
|
||||
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
Reference in New Issue
Block a user