From 58121abf0643c95379b3f16c266c4c9ae10a9423 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 18 Jun 2018 10:44:28 -0400 Subject: [PATCH] [libcalamaresui] Wasted spaces --- src/libcalamaresui/modulesystem/ModuleManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamaresui/modulesystem/ModuleManager.cpp b/src/libcalamaresui/modulesystem/ModuleManager.cpp index 9c3345a73..375d15158 100644 --- a/src/libcalamaresui/modulesystem/ModuleManager.cpp +++ b/src/libcalamaresui/modulesystem/ModuleManager.cpp @@ -220,7 +220,7 @@ ModuleManager::loadModules() { int found = findCustomInstance( customInstances, moduleName, instanceId ); - if ( found > -1 ) + if ( found > -1 ) { configFileName = customInstances[ found ].value( "config" ); }