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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/registrar.h b/src/prop/registrar.h
index 01d69e14c..0846b8829 100644
--- a/src/prop/registrar.h
+++ b/src/prop/registrar.h
@@ -20,8 +20,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PROP__REGISTRAR_H
-#define __CVC4__PROP__REGISTRAR_H
+#ifndef CVC4__PROP__REGISTRAR_H
+#define CVC4__PROP__REGISTRAR_H
namespace CVC4 {
namespace prop {
@@ -42,4 +42,4 @@ public:
}/* CVC4::prop namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__PROP__REGISTRAR_H */
+#endif /* CVC4__PROP__REGISTRAR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback