summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-27 14:30:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-27 14:30:45 +0900
commit4cabd77e337d2f439e4a437f41da9856903adb7e (patch)
tree4e986f40b2cb45893c9f8797a2d05907a4d9cdd4 /include
parent0f8b5819b3338a94577736d7dce87a5ba0879c03 (diff)
Removed a trailing space [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/assert.h b/include/ruby/assert.h
index 14a6e280ce..5b435da8b9 100644
--- a/include/ruby/assert.h
+++ b/include/ruby/assert.h
@@ -36,7 +36,7 @@
# pragma message("NDEBUG is ignored because RUBY_DEBUG>0.")
#elif defined(__GNUC__)
# pragma GCC warning "NDEBUG is ignored because RUBY_DEBUG>0."
-#else
+#else
# error NDEBUG is ignored because RUBY_DEBUG>0.
#endif
#endif