mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Temporarily fix clang-format mismatch
closes https://github.com/official-stockfish/Stockfish/pull/5620 No functional change
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user