summaryrefslogtreecommitdiff
path: root/src/printer/sygus_print_callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/sygus_print_callback.h')
-rw-r--r--src/printer/sygus_print_callback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/printer/sygus_print_callback.h b/src/printer/sygus_print_callback.h
index 5b099aa1f..d956fd4c6 100644
--- a/src/printer/sygus_print_callback.h
+++ b/src/printer/sygus_print_callback.h
@@ -14,8 +14,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H
-#define __CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H
+#ifndef CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H
+#define CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H
#include <vector>
@@ -172,4 +172,4 @@ class CVC4_PUBLIC SygusEmptyPrintCallback : public SygusPrintCallback
} /* CVC4::printer namespace */
} /* CVC4 namespace */
-#endif /* __CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H */
+#endif /* CVC4__PRINTER__SYGUS_PRINT_CALLBACK_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback