1
0
Fork 0
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:
nobu 2013-06-05 06:36:06 +00:00
parent c0089b4d10
commit 3fb267e501

2
gc.c
View file

@ -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)