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

@ -23,7 +23,7 @@ int test_longblob(TestConnections* Test,
/**
* @brief check_longblob_data Does SELECT against table created by test_longblob() and cheks that data are
*correct
* correct
* @param Test TestConnection object
* @param conn MYSQL connection handler
* @param chunk_size size of one data chunk (in sizeof(long usingned))
@ -37,4 +37,4 @@ int check_longblob_data(TestConnections* Test,
int chunks,
int rows);
#endif // BLOB_TEST_H
#endif // BLOB_TEST_H