refactoring: run clang-format against code

This commit is contained in:
Evgeniy A. Dushistov
2020-08-14 12:36:02 +03:00
parent 79773d6af9
commit 7facbe215e
6 changed files with 17 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ static void unicode_strdown(gunichar *str)
++str;
}
}
}
} // namespace
bool DictInfo::load_from_ifo_file(const std::string &ifofilename,
bool istreedict)
@@ -826,7 +826,7 @@ bool WordListIndex::lookup(const char *str, glong &idx)
}
return bFound;
}
}
} // namespace
bool SynFile::load(const std::string &url, gulong wc)
{