From 8a9fcd3014a4aee23b6fb7008a02679f8bf96200 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 14 Apr 2013 22:53:10 -0400 Subject: Kill off dangling else's in the InputCommon project. Some indentations were also too far for some things. Fixed this. Also update the license header to show Git instead of SVN. Got rid of some trailing spaces/tabs too. --- Source/Core/InputCommon/Src/InputConfig.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/Core/InputCommon/Src/InputConfig.cpp') diff --git a/Source/Core/InputCommon/Src/InputConfig.cpp b/Source/Core/InputCommon/Src/InputConfig.cpp index 1988a9ebb7..12f5476283 100644 --- a/Source/Core/InputCommon/Src/InputConfig.cpp +++ b/Source/Core/InputCommon/Src/InputConfig.cpp @@ -78,7 +78,10 @@ bool InputPlugin::LoadConfig(bool isGC) (*i)->LoadConfig(profile_ini.GetOrCreateSection("Profile")); } else + { (*i)->LoadConfig(inifile.GetOrCreateSection((*i)->GetName().c_str())); + } + // update refs (*i)->UpdateReferences(g_controller_interface); } -- cgit v1.2.3