From 4cabd77e337d2f439e4a437f41da9856903adb7e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 27 May 2020 14:30:45 +0900 Subject: Removed a trailing space [ci skip] --- include/ruby/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/assert.h') 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 -- cgit v1.2.3