mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
Formatting, mostly tabs
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
0381e4317a
commit
71912830f1
11 changed files with 37 additions and 37 deletions
|
@ -142,7 +142,7 @@ namespace datalog {
|
|||
steps.push_back(step());
|
||||
obj_map<proof, unsigned> index;
|
||||
index.insert(m_proof, 0);
|
||||
|
||||
|
||||
for (unsigned j = 0; j < rules.size(); ++j) {
|
||||
proof* p = rules[j];
|
||||
proof_ref_vector premises(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue