mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d18dc74698
commit
c6671f1005
1 changed files with 2 additions and 1 deletions
|
@ -1025,7 +1025,8 @@ ubf_select(void *ptr)
|
|||
}
|
||||
|
||||
static void
|
||||
ping_signal_thread_list(void) {
|
||||
ping_signal_thread_list(void)
|
||||
{
|
||||
if (signal_thread_list_anchor.next) {
|
||||
FGLOCK(&signal_thread_list_lock, {
|
||||
struct signal_thread_list *list;
|
||||
|
|
Loading…
Add table
Reference in a new issue