[unit-test] fix formatting
This commit is contained in:
parent
05c2278893
commit
ba8a972254
1 changed files with 3 additions and 3 deletions
|
@ -75,9 +75,9 @@ int create_shapefile_index(std::string const& filename, bool index_parts, bool s
|
|||
cmd += std::string("DYLD_LIBRARY_PATH=") + std::getenv("DYLD_LIBRARY_PATH") + " ";
|
||||
}
|
||||
cmd += "shapeindex";
|
||||
#ifdef _WINDOWS
|
||||
#ifdef _WINDOWS
|
||||
cmd += ".exe";
|
||||
#endif
|
||||
#endif
|
||||
cmd += " ";
|
||||
if (index_parts) cmd+= "--index-parts ";
|
||||
cmd += filename;
|
||||
|
|
Loading…
Reference in a new issue