Format all sources with Uncrustify
Formatted all sources and manually tuned some files to make the code look neater.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user