Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Nov 22, 2023
1 parent 8fb324f commit ae08a3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions psi/psi/core/ecdh_oprf_psi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ size_t EcdhOprfPsiServer::FullEvaluate(
SPDLOG_INFO("omp_get_num_threads:{} cpus:{}", nthreads, mcpus);
omp_set_num_threads(mcpus);

#pragma omp parallel private(tid, nthreads, i, batch_items, batch_indices, \
shuffle_indices, batch, local_batch_count) \
shared(lck_read, lck_send, batch_count, items_count, compare_length, \
stop_flag)
#pragma omp parallel private(tid, nthreads, i, batch_items, batch_indices, \
shuffle_indices, batch, local_batch_count) \
shared(lck_read, lck_send, batch_count, items_count, compare_length, \
stop_flag)
{
tid = omp_get_thread_num();
if ((tid == 0) && (batch_count == 0)) {
Expand Down

0 comments on commit ae08a3c

Please sign in to comment.