summaryrefslogtreecommitdiff
path: root/src/options/decision_weight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/decision_weight.h')
-rw-r--r--src/options/decision_weight.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/decision_weight.h b/src/options/decision_weight.h
index 95afd53c3..16c12a3b4 100644
--- a/src/options/decision_weight.h
+++ b/src/options/decision_weight.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__OPTIONS__DECISION_WEIGHT_H
-#define __CVC4__OPTIONS__DECISION_WEIGHT_H
+#ifndef CVC4__OPTIONS__DECISION_WEIGHT_H
+#define CVC4__OPTIONS__DECISION_WEIGHT_H
namespace CVC4 {
namespace decision {
@@ -27,4 +27,4 @@ typedef uint64_t DecisionWeight;
}/* CVC4::decision namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__OPTIONS__DECISION_WEIGHT_H */
+#endif /* CVC4__OPTIONS__DECISION_WEIGHT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback