summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.h')
-rw-r--r--src/main/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/main.h b/src/main/main.h
index 3199273cb..266d043aa 100644
--- a/src/main/main.h
+++ b/src/main/main.h
@@ -25,8 +25,8 @@
#include "util/statistics.h"
#include "util/statistics_registry.h"
-#ifndef __CVC4__MAIN__MAIN_H
-#define __CVC4__MAIN__MAIN_H
+#ifndef CVC4__MAIN__MAIN_H
+#define CVC4__MAIN__MAIN_H
namespace CVC4 {
namespace main {
@@ -70,4 +70,4 @@ void cvc4_shutdown() noexcept;
int runCvc4(int argc, char* argv[], CVC4::Options&);
void printUsage(CVC4::Options&, bool full = false);
-#endif /* __CVC4__MAIN__MAIN_H */
+#endif /* CVC4__MAIN__MAIN_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback