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

* eval.c: remove needless space.

[ruby-dev:48026] [Bug #9615]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-03-09 04:09:10 +00:00
parent e9328e699f
commit 6864969967

2
eval.c
View file

@ -80,7 +80,7 @@ ruby_init(void)
/*! Processes command line arguments and compiles the Ruby source to execute. /*! Processes command line arguments and compiles the Ruby source to execute.
* *
* This function does: * This function does:
* \li Processes the given command line flags and arguments for ruby(1) * \li Processes the given command line flags and arguments for ruby(1)
* \li compiles the source code from the given argument, -e or stdin, and * \li compiles the source code from the given argument, -e or stdin, and
* \li returns the compiled source as an opaque pointer to an internal data structure * \li returns the compiled source as an opaque pointer to an internal data structure
* *