summaryrefslogtreecommitdiff
path: root/src/util/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/result.h')
-rw-r--r--src/util/result.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/result.h b/src/util/result.h
index 29fef9362..f34a9bb5a 100644
--- a/src/util/result.h
+++ b/src/util/result.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__RESULT_H
-#define __CVC4__RESULT_H
+#ifndef CVC4__RESULT_H
+#define CVC4__RESULT_H
#include <iostream>
#include <string>
@@ -151,4 +151,4 @@ bool operator!=(enum Result::Validity v, const Result& r) CVC4_PUBLIC;
} /* CVC4 namespace */
-#endif /* __CVC4__RESULT_H */
+#endif /* CVC4__RESULT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback