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:
@ -7,7 +7,7 @@
|
||||
|
||||
void* async_block(void* data)
|
||||
{
|
||||
TestConnections *test = (TestConnections*)data;
|
||||
TestConnections* test = (TestConnections*)data;
|
||||
sleep(5);
|
||||
test->tprintf("Blocking slave");
|
||||
test->repl->block_node(1);
|
||||
@ -27,7 +27,7 @@ std::string do_query(TestConnections& test)
|
||||
return std::string(output);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
TestConnections test(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user