Merge "Fix indentation and style issues in fm-common/fmConfig.cpp"
This commit is contained in:
commit
06afa39e78
@ -22,8 +22,7 @@ typedef std::map<std::string,std::string> configParams;
|
||||
static const char *conf = NULL;
|
||||
static int config_loaded = false;
|
||||
|
||||
std::string trim(std::string str)
|
||||
{
|
||||
std::string trim(std::string str) {
|
||||
if (str.length() == 0) {
|
||||
return str;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user