mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Temporarily fix clang-format mismatch
closes https://github.com/official-stockfish/Stockfish/pull/5620 No functional change
This commit is contained in:
parent
e046c4ef0d
commit
dce72913fe
1 changed files with 4 additions and 0 deletions
|
@ -431,6 +431,8 @@ void UCIEngine::benchmark(std::istream& args) {
|
|||
if (threadBinding.empty())
|
||||
threadBinding = "none";
|
||||
|
||||
// clang-format off
|
||||
|
||||
std::cerr << "==========================="
|
||||
<< "\nVersion : "
|
||||
<< engine_version_info()
|
||||
|
@ -453,6 +455,8 @@ void UCIEngine::benchmark(std::istream& args) {
|
|||
<< "\nTotal search time [s] : " << totalTime / 1000.0
|
||||
<< "\nNodes/second : " << 1000 * nodes / totalTime << std::endl;
|
||||
|
||||
// clang-format on
|
||||
|
||||
init_search_update_listeners();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue