Merge "Fix indentation and style issues in fm-common/fmConfig.cpp"

This commit is contained in:
Zuul 2019-09-25 18:02:40 +00:00 committed by Gerrit Code Review
commit 06afa39e78

View File

@ -22,8 +22,7 @@ typedef std::map<std::string,std::string> configParams;
static const char *conf = NULL; static const char *conf = NULL;
static int config_loaded = false; static int config_loaded = false;
std::string trim(std::string str) std::string trim(std::string str) {
{
if (str.length() == 0) { if (str.length() == 0) {
return str; return str;
} }