mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 11:25:40 +00:00
Merge pull request #1434 from waywardmonkeys/formatting-fix
Fix code formatting: Incorrect indentation.
This commit is contained in:
commit
8eecafaf05
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Revision History:
|
||||||
// -----------------------------------
|
// -----------------------------------
|
||||||
|
|
||||||
template<class Set1, class Set2>
|
template<class Set1, class Set2>
|
||||||
void set_intersection(Set1 & tgt, const Set2 & src) {
|
void set_intersection(Set1 & tgt, const Set2 & src) {
|
||||||
svector<typename Set1::data> to_remove;
|
svector<typename Set1::data> to_remove;
|
||||||
for (auto const& itm : tgt)
|
for (auto const& itm : tgt)
|
||||||
if (!src.contains(itm))
|
if (!src.contains(itm))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue