summaryrefslogtreecommitdiff
path: root/src/spell-convert/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell-convert/ast.hpp')
-rw-r--r--src/spell-convert/ast.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/spell-convert/ast.hpp b/src/spell-convert/ast.hpp
index a830463..afb280a 100644
--- a/src/spell-convert/ast.hpp
+++ b/src/spell-convert/ast.hpp
@@ -6,9 +6,9 @@
# include "../strings/rstring.hpp"
-#if __GNUC__ == 4 && __GNUC_MINOR__ == 6
-#define override
-#endif
+# if __GNUC__ == 4 && __GNUC_MINOR__ == 6
+# define override
+# endif
// We just leak
# pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
@@ -438,8 +438,8 @@ struct AreaBar : Expression
virtual void show() override;
};
-#ifdef override
-#undef override
-#endif
+# ifdef override
+# undef override
+# endif
#endif // AST_HPP