Skip to content

Commit 7cd2b28

Browse files
committed
Fix indention
1 parent edf08ac commit 7cd2b28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/mysql2/client.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,10 +1011,10 @@ static VALUE rb_mysql_client_ping(VALUE self) {
10111011
static VALUE rb_mysql_client_more_results(VALUE self)
10121012
{
10131013
GET_CLIENT(self);
1014-
if (mysql_more_results(wrapper->client) == 0)
1015-
return Qfalse;
1016-
else
1017-
return Qtrue;
1014+
if (mysql_more_results(wrapper->client) == 0)
1015+
return Qfalse;
1016+
else
1017+
return Qtrue;
10181018
}
10191019

10201020
/* call-seq:

0 commit comments

Comments
 (0)