Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 1, 2023
1 parent e08ae39 commit 4b52cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libspu/kernel/hal/permute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ std::vector<spu::Value> simple_sort1d(SPUContext *ctx,
};

Visibility vis =
std::all_of(inputs.begin(), inputs.begin() + num_keys,
[](const spu::Value &v) { return v.isPublic(); })
? VIS_PUBLIC
: VIS_SECRET;
std::all_of(inputs.begin(), inputs.begin() + num_keys,
[](const spu::Value &v) { return v.isPublic(); })
? VIS_PUBLIC
: VIS_SECRET;
auto ret = sort1d(ctx, inputs, comp_fn, vis, false);
return ret;
}
Expand Down

0 comments on commit 4b52cab

Please sign in to comment.