Skip to content

Commit

Permalink
tidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Aug 25, 2023
1 parent 0c7d1ba commit c0f7641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ seconds_since_epoch()
return std::time(nullptr);
}

} // namespace mls
} // namespace MLS_NAMESPACE
2 changes: 1 addition & 1 deletion src/treekem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,4 +1081,4 @@ operator>>(tls::istream& str, TreeKEMPublicKey& obj)
return str;
}

} // kjamespace MLS_NAMESPACE
} // namespace MLS_NAMESPACE

0 comments on commit c0f7641

Please sign in to comment.