Format protocol modules
Formatted the MariaDB protocol modules with Astyle.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user