mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
Fix code formatting: Incorrect indentation.
This commit is contained in:
parent
f5bba63674
commit
a5a31fc23c
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