Skip to content

Commit

Permalink
Temporarily fix clang-format mismatch
Browse files Browse the repository at this point in the history
closes #5620

No functional change
  • Loading branch information
Disservin committed Oct 12, 2024
1 parent e046c4e commit dce7291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ void UCIEngine::benchmark(std::istream& args) {
if (threadBinding.empty())
threadBinding = "none";

// clang-format off

std::cerr << "==========================="
<< "\nVersion : "
<< engine_version_info()
Expand All @@ -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();
}

Expand Down

0 comments on commit dce7291

Please sign in to comment.