Fix mixed line endings
This commit is contained in:
@@ -84,7 +84,7 @@ bool ExternalGeometryExtension::getFlagsFromName(std::string str, ExternalGeomet
|
||||
auto pos = std::find_if( ExternalGeometryExtension::flag2str.begin(),
|
||||
ExternalGeometryExtension::flag2str.end(),
|
||||
[str](const char * val) {
|
||||
return strcmp(val,str.c_str())==0;
|
||||
return strcmp(val,str.c_str())==0;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user