App: PR6497 move return statement to new line
This commit is contained in:
@@ -87,7 +87,8 @@ std::pair<std::string,std::string> GeoFeature::getElementName(
|
||||
(void)type;
|
||||
|
||||
std::pair<std::string,std::string> ret;
|
||||
if(!name) return ret;
|
||||
if(!name)
|
||||
return ret;
|
||||
|
||||
ret.second = name;
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user