We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf08ac commit 7cd2b28Copy full SHA for 7cd2b28
ext/mysql2/client.c
@@ -1011,10 +1011,10 @@ static VALUE rb_mysql_client_ping(VALUE self) {
1011
static VALUE rb_mysql_client_more_results(VALUE self)
1012
{
1013
GET_CLIENT(self);
1014
- if (mysql_more_results(wrapper->client) == 0)
1015
- return Qfalse;
1016
- else
1017
- return Qtrue;
+ if (mysql_more_results(wrapper->client) == 0)
+ return Qfalse;
+ else
+ return Qtrue;
1018
}
1019
1020
/* call-seq:
0 commit comments