Unverified Commit 4ffd0d73 authored by kharade's avatar kharade

formatting fix

parent 95d1d8e6
...@@ -163,7 +163,7 @@ int ausf_config::load(const std::string& config_file) { ...@@ -163,7 +163,7 @@ int ausf_config::load(const std::string& config_file) {
} else { } else {
use_http2 = false; use_http2 = false;
} }
support_features.lookupValue( support_features.lookupValue(
AUSF_CONFIG_STRING_SUPPORTED_FEATURES_REGISTER_NRF, opt); AUSF_CONFIG_STRING_SUPPORTED_FEATURES_REGISTER_NRF, opt);
if (boost::iequals(opt, "yes")) { if (boost::iequals(opt, "yes")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment