summaryrefslogtreecommitdiff
path: root/src/prop/registrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/registrar.h')
-rw-r--r--src/prop/registrar.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/prop/registrar.h b/src/prop/registrar.h
index 0cb3accf1..4fe04f062 100644
--- a/src/prop/registrar.h
+++ b/src/prop/registrar.h
@@ -5,7 +5,7 @@
** Major contributors: Tim King, Morgan Deters
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2013 New York University and The University of Iowa
+ ** Copyright (c) 2009-2014 New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.\endverbatim
**
@@ -32,13 +32,11 @@ public:
};/* class Registrar */
-class NullRegistrar: public Registrar {
+class NullRegistrar : public Registrar {
public:
- void preRegister(Node n) {};
-
-};/* class Registrar */
-
+ void preRegister(Node n) {}
+};/* class NullRegistrar */
}/* CVC4::prop namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback