Uncrustify maxscale
See script directory for method. The script to run in the top level MaxScale directory is called maxscale-uncrustify.sh, which uses another script, list-src, from the same directory (so you need to set your PATH). The uncrustify version was 0.66.
This commit is contained in:
@ -41,11 +41,10 @@ void RouterSession::clientReply(GWBUF* pPacket, DCB* pBackend)
|
||||
{
|
||||
}
|
||||
|
||||
void RouterSession::handleError(GWBUF* pMessage,
|
||||
DCB* pProblem,
|
||||
void RouterSession::handleError(GWBUF* pMessage,
|
||||
DCB* pProblem,
|
||||
mxs_error_action_t action,
|
||||
bool* pSuccess)
|
||||
bool* pSuccess)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user