From dc8479928c5aee4c6ad6fe4f59006fb604cee701 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 18 Sep 2016 09:38:01 +0900 Subject: Sources: Run clang-format on everything. --- src/citra/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/citra/config.h') diff --git a/src/citra/config.h b/src/citra/config.h index 52a478146..8bd2b294b 100644 --- a/src/citra/config.h +++ b/src/citra/config.h @@ -13,8 +13,9 @@ class Config { std::unique_ptr sdl2_config; std::string sdl2_config_loc; - bool LoadINI(const std::string& default_contents="", bool retry=true); + bool LoadINI(const std::string& default_contents = "", bool retry = true); void ReadValues(); + public: Config(); -- cgit v1.2.3