summaryrefslogtreecommitdiff
path: root/src/proof/dimacs_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dimacs_printer.h')
-rw-r--r--src/proof/dimacs_printer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/dimacs_printer.h b/src/proof/dimacs_printer.h
index f46cb51ec..2ae4abefa 100644
--- a/src/proof/dimacs_printer.h
+++ b/src/proof/dimacs_printer.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PROOF__DIMACS_PRINTER_H
-#define __CVC4__PROOF__DIMACS_PRINTER_H
+#ifndef CVC4__PROOF__DIMACS_PRINTER_H
+#define CVC4__PROOF__DIMACS_PRINTER_H
#include <iosfwd>
#include <memory>
@@ -63,4 +63,4 @@ void printDimacs(
} // namespace proof
} // namespace CVC4
-#endif // __CVC4__PROOF__DIMACS_PRINTER_H
+#endif // CVC4__PROOF__DIMACS_PRINTER_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback