Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 1, 2024
1 parent 015836a commit 47b63cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/mls/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,10 @@ class State
LeafIndex target,
const Update& update);
static LeafIndex apply(TreeKEMPublicKey& tree, const Remove& remove);
static std::vector<LeafIndex> apply(TreeKEMPublicKey& tree,
const std::vector<CachedProposal>& proposals,
Proposal::Type required_type);
static std::vector<LeafIndex> apply(
TreeKEMPublicKey& tree,
const std::vector<CachedProposal>& proposals,
Proposal::Type required_type);
std::tuple<TreeKEMPublicKey,
std::vector<LeafIndex>,
std::vector<PSKWithSecret>,
Expand Down

0 comments on commit 47b63cc

Please sign in to comment.