summaryrefslogtreecommitdiff
path: root/src/bindings/java_stream_adapters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/java_stream_adapters.h')
-rw-r--r--src/bindings/java_stream_adapters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/java_stream_adapters.h b/src/bindings/java_stream_adapters.h
index d88f34ca6..f2e89c004 100644
--- a/src/bindings/java_stream_adapters.h
+++ b/src/bindings/java_stream_adapters.h
@@ -37,8 +37,8 @@
#include <string>
#include <jni.h>
-#ifndef __CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H
-#define __CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H
+#ifndef CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H
+#define CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H
namespace CVC4 {
@@ -105,4 +105,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H */
+#endif /* CVC4__BINDINGS__JAVA_STREAM_ADAPTERS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback