summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 13:57:38 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 13:57:38 +0000
commit6938834c08b4f155c779f155566783ffb472871b (patch)
tree1ed3ebaf1ea1783fc7ac854d3bf3c537b4f25d0b /include
parent71e70d280283359565aa744bcb24fdb0585f3d46 (diff)
* remove trailing space. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 29ff7db82d..54ac74e7ee 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -29,7 +29,7 @@ extern "C" {
#include "defines.h"
/* For MinGW, we need __declspec(dllimport) for RUBY_EXTERN on MJIT.
- mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */
+ mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */
#if defined(MJIT_HEADER) && defined(_WIN32) && defined(__GNUC__)
# undef RUBY_EXTERN
# define RUBY_EXTERN extern __declspec(dllimport)