Remove trailing spaces
This commit is contained in:
parent
ea3bb68e2a
commit
d30e07f497
@ -28309,7 +28309,7 @@ nk_combo_begin_text(struct nk_context *ctx, const char *selected, int len,
|
||||
sym = style->combo.sym_hover;
|
||||
else if (is_clicked)
|
||||
sym = style->combo.sym_active;
|
||||
else
|
||||
else
|
||||
sym = style->combo.sym_normal;
|
||||
|
||||
/* represents whether or not the combo's button symbol should be drawn */
|
||||
|
@ -9,7 +9,7 @@ def print_help():
|
||||
"""usage: python single_header_packer.py --macro <macro> [--intro <files>] --extern <files> --pub <files> --priv1 <files> --priv2 <files> [--outro <files>]
|
||||
|
||||
where <files> can be a comma-separated list of files. e.g. --priv *.c,inc/*.h
|
||||
|
||||
|
||||
The 'extern' files are placed between 'priv1' and 'priv2'.
|
||||
|
||||
The resulting code is packed as follows:
|
||||
|
@ -102,7 +102,7 @@ nk_combo_begin_text(struct nk_context *ctx, const char *selected, int len,
|
||||
sym = style->combo.sym_hover;
|
||||
else if (is_clicked)
|
||||
sym = style->combo.sym_active;
|
||||
else
|
||||
else
|
||||
sym = style->combo.sym_normal;
|
||||
|
||||
/* represents whether or not the combo's button symbol should be drawn */
|
||||
|
Loading…
Reference in New Issue
Block a user