Format protocol modules

Formatted the MariaDB protocol modules with Astyle.
This commit is contained in:
Markus Mäkelä
2018-01-24 11:20:11 +02:00
parent fe73458d65
commit dfbecc41e2
3 changed files with 127 additions and 126 deletions

View File

@ -1958,7 +1958,8 @@ mysql_tx_state_t parse_trx_state(const char *str)
break;
}
} while(*(str++) != 0);
}
while (*(str++) != 0);
return (mysql_tx_state_t)s;
}