aboutsummaryrefslogtreecommitdiff
path: root/Examples/ruby/mark_function/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ruby/mark_function/example.h')
-rw-r--r--Examples/ruby/mark_function/example.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/ruby/mark_function/example.h b/Examples/ruby/mark_function/example.h
index 933bb3645..c709cdec1 100644
--- a/Examples/ruby/mark_function/example.h
+++ b/Examples/ruby/mark_function/example.h
@@ -1,5 +1,5 @@
-#ifndef _EXAMPLE_H_
-#define _EXAMPLE_H_
+#ifndef EXAMPLE_H
+#define EXAMPLE_H
#include <vector>
#include <string>
@@ -46,4 +46,4 @@ public:
Animal* get_animal(size_t i) const;
};
-#endif /*_EXAMPLE_H_*/
+#endif /* EXAMPLE_H */