summaryrefslogtreecommitdiff
path: root/src/proof/sat_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/sat_proof.h')
-rw-r--r--src/proof/sat_proof.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h
index 82bd93947..ec0928c07 100644
--- a/src/proof/sat_proof.h
+++ b/src/proof/sat_proof.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__SAT__PROOF_H
-#define __CVC4__SAT__PROOF_H
+#ifndef CVC4__SAT__PROOF_H
+#define CVC4__SAT__PROOF_H
#include <stdint.h>
@@ -373,4 +373,4 @@ void toSatClause(const typename Solver::TClause& minisat_cl,
} /* CVC4 namespace */
-#endif /* __CVC4__SAT__PROOF_H */
+#endif /* CVC4__SAT__PROOF_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback