summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/theory_rewriterules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriterules/theory_rewriterules.h')
-rw-r--r--src/theory/rewriterules/theory_rewriterules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriterules/theory_rewriterules.h b/src/theory/rewriterules/theory_rewriterules.h
index 30e6f9709..2cefe7f07 100644
--- a/src/theory/rewriterules/theory_rewriterules.h
+++ b/src/theory/rewriterules/theory_rewriterules.h
@@ -211,7 +211,7 @@ private:
Theory::PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
- bool ppDontRewriteSubterm(TNode atom){ return true; }
+ bool ppDontRewriteSubterm(TNode atom) { return true; }
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback