summaryrefslogtreecommitdiff
path: root/src/util/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/command.h')
-rw-r--r--src/util/command.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/command.h b/src/util/command.h
index 944b9c621..d1257f323 100644
--- a/src/util/command.h
+++ b/src/util/command.h
@@ -9,14 +9,14 @@
**
**/
-#ifndef __CVC4_COMMAND_H
-#define __CVC4_COMMAND_H
+#ifndef __CVC4__COMMAND_H
+#define __CVC4__COMMAND_H
namespace CVC4 {
class Command { // distinct from Exprs
};
-} /* CVC4 namespace */
+}/* CVC4 namespace */
-#endif /* __CVC4_COMMAND_H */
+#endif /* __CVC4__COMMAND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback