summaryrefslogtreecommitdiff
path: root/src/util/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/channel.h')
-rw-r--r--src/util/channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/channel.h b/src/util/channel.h
index 8587800c1..00776921f 100644
--- a/src/util/channel.h
+++ b/src/util/channel.h
@@ -22,8 +22,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__CHANNEL_H
-#define __CVC4__CHANNEL_H
+#ifndef CVC4__CHANNEL_H
+#define CVC4__CHANNEL_H
#include <boost/circular_buffer.hpp>
#include <boost/thread/mutex.hpp>
@@ -118,4 +118,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__CHANNEL_H */
+#endif /* CVC4__CHANNEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback