[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 += std::string("DYLD_LIBRARY_PATH=") + std::getenv("DYLD_LIBRARY_PATH") + " ";
|
||||||
}
|
}
|
||||||
cmd += "shapeindex";
|
cmd += "shapeindex";
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
cmd += ".exe";
|
cmd += ".exe";
|
||||||
#endif
|
#endif
|
||||||
cmd += " ";
|
cmd += " ";
|
||||||
if (index_parts) cmd+= "--index-parts ";
|
if (index_parts) cmd+= "--index-parts ";
|
||||||
cmd += filename;
|
cmd += filename;
|
||||||
|
|
Loading…
Reference in a new issue