summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/theory_registrar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_registrar.h b/src/theory/theory_registrar.h
index 691c1147b..d8389bece 100644
--- a/src/theory/theory_registrar.h
+++ b/src/theory/theory_registrar.h
@@ -29,7 +29,7 @@
namespace CVC4 {
namespace theory {
-class TheoryRegistrar: public prop::Registrar {
+class TheoryRegistrar : public prop::Registrar {
private:
TheoryEngine* d_theoryEngine;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback