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

@ -64,7 +64,7 @@ typedef struct httpd_session
* the document name */
char* query_string; /*< the Query string, starts with ?, after path_info and document
* name */
int headers_received; /*< All the headers has been received, if 1 */
int headers_received; /*< All the headers has been received, if 1 */
} HTTPD_session;
MXS_END_DECLS