diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-05-27 14:30:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-05-27 14:30:45 +0900 |
commit | 4cabd77e337d2f439e4a437f41da9856903adb7e (patch) | |
tree | 4e986f40b2cb45893c9f8797a2d05907a4d9cdd4 /include/ruby/assert.h | |
parent | 0f8b5819b3338a94577736d7dce87a5ba0879c03 (diff) |
Removed a trailing space [ci skip]
Diffstat (limited to 'include/ruby/assert.h')
-rw-r--r-- | include/ruby/assert.h | 2 |
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 |