Fix spacing for readability.

This commit is contained in:
Joseph Lenox 2018-11-18 16:45:25 -06:00 committed by Joseph Lenox
parent d3e4b3ae5f
commit 84ef996275

View File

@ -84,7 +84,7 @@ config_ptr Preset::load_config() {
config->apply_with_defaults(external_config, keys);
// For extra_keys don't populate defaults.
if (extra_keys.size() > 0 && !this->external){
if (extra_keys.size() > 0 && !this->external) {
config->apply(external_config, extra_keys);
}