Format all sources with Uncrustify

Formatted all sources and manually tuned some files to make the code look
neater.
This commit is contained in:
Markus Mäkelä
2018-09-10 12:40:03 +03:00
parent edd5ddcc88
commit d11c78ad80
183 changed files with 1865 additions and 1695 deletions

View File

@ -1,11 +1,11 @@
/**
* @file bug469 bug469 regression test case ("rwsplit counts every connection twice in master - counnection
*counts leak")
* counts leak")
* - use maxadmin command "show server server1" and check "Current no. of conns" and "Number of connections" -
*both should be 0
* both should be 0
* - execute simple query against RWSplit
* - use maxadmin command "show server server1" and check "Current no. of conns" (should be 0) and "Number of
*connections" (should be 1)
* connections" (should be 1)
*/