forked from organicmaps/organicmaps-tmp
[indexer] Clang-format.
This commit is contained in:
parent
ed1e8104f8
commit
8e923cf300
1 changed files with 22 additions and 22 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
namespace indexer
|
||||
{
|
||||
bool BuildIndexFromDataFile(std::string const & dataFile, std::string const & tmpFile)
|
||||
{
|
||||
bool BuildIndexFromDataFile(std::string const & dataFile, std::string const & tmpFile)
|
||||
{
|
||||
try
|
||||
{
|
||||
std::string const idxFileName(tmpFile + GEOM_INDEX_TMP_EXT);
|
||||
|
@ -35,5 +35,5 @@ namespace indexer
|
|||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} // namespace indexer
|
||||
|
|
Loading…
Add table
Reference in a new issue