1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed a trailing space [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-05-27 14:30:45 +09:00
parent 0f8b5819b3
commit 4cabd77e33
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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