Please fill in the following form before submitting this PR:
Affected components
A brief description of this PR (describe the reasons and measures)
How to test this PR?
Please follow the coding style guidelines. Do not submit PRs which violate these rules.
*
) next to types: int* pointer;
(one pointer each line){
) begin in the same line as function names, if
, else
, while
, do
, for
, switch
, union
, and struct
keywords.NAMED_THIS_WAY
; global variables - g_named_this_way
; others - named_this_way
.Please preserve the following checklist for reviewing: