mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0089b4d10
commit
3fb267e501
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2277,7 +2277,7 @@ ready_to_gc(rb_objspace_t *objspace)
|
|||
}
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 4
|
||||
__attribute__((optimize("O0")))
|
||||
__attribute__((optimize("O0")))
|
||||
#endif
|
||||
static void
|
||||
before_gc_sweep(rb_objspace_t *objspace)
|
||||
|
|
Loading…
Add table
Reference in a new issue