summaryrefslogtreecommitdiff
path: root/src/smt_util/lemma_output_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt_util/lemma_output_channel.h')
-rw-r--r--src/smt_util/lemma_output_channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt_util/lemma_output_channel.h b/src/smt_util/lemma_output_channel.h
index e53f1b8bc..e2218775d 100644
--- a/src/smt_util/lemma_output_channel.h
+++ b/src/smt_util/lemma_output_channel.h
@@ -18,8 +18,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__LEMMA_OUTPUT_CHANNEL_H
-#define __CVC4__LEMMA_OUTPUT_CHANNEL_H
+#ifndef CVC4__LEMMA_OUTPUT_CHANNEL_H
+#define CVC4__LEMMA_OUTPUT_CHANNEL_H
#include "expr/expr.h"
@@ -43,4 +43,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__LEMMA_OUTPUT_CHANNEL_H */
+#endif /* CVC4__LEMMA_OUTPUT_CHANNEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback