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

remove trainling spaces

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-11-29 08:10:23 +00:00
parent 0a7d24cc5a
commit cf1d6730c1
10 changed files with 13 additions and 14 deletions

View file

@ -491,7 +491,7 @@ void Init_File(void) {
rb_include_module(rb_cIO, rb_mFConst);
/* Document-const: LOCK_SH
*
*
* Shared lock
*/
rb_file_const("LOCK_SH", INT2FIX(LOCK_SH));