diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-09 07:14:13 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-09 07:14:13 +0000 |
commit | 001d3930199cd113a2fdd42c487a24a9775a4d34 (patch) | |
tree | 610b75bad591bd9d48f9222f1234c8f3eaf0f778 /include/ruby/intern.h | |
parent | b2e82f2dfbb35fd643d6c4c6e0f738e5f51770ac (diff) |
* id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,
template/*.tmpl: removed trailing garbage spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/intern.h')
-rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 25ca518f8b..d7ef170239 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -28,7 +28,7 @@ extern "C" { #endif #include "ruby/st.h" -/* +/* * Functions and variables that are used by more than one source file of * the kernel. */ |