Format readwritesplit source code

Formatted all files with Astyle.
This commit is contained in:
Markus Mäkelä
2018-04-04 15:42:34 +03:00
parent dc338ff3f2
commit 951a55ef43
5 changed files with 29 additions and 28 deletions

View File

@ -108,7 +108,7 @@ bool RWBackend::reply_is_complete(GWBUF *buffer)
{
// This is an OK packet and more results will follow
ss_dassert(mxs_mysql_is_ok_packet(buffer) &&
mxs_mysql_more_results_after_ok(buffer));
mxs_mysql_more_results_after_ok(buffer));
if (have_next_packet(buffer))
{