From d30e07f4979f0dd0aab80ae8fa7ad24cbffe8dc9 Mon Sep 17 00:00:00 2001 From: Anton Afanasyev Date: Sat, 5 Sep 2020 09:14:20 -0700 Subject: [PATCH] Remove trailing spaces --- nuklear.h | 2 +- src/build.py | 2 +- src/nuklear_combo.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nuklear.h b/nuklear.h index 6631ccb..e262d8f 100644 --- a/nuklear.h +++ b/nuklear.h @@ -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 */ diff --git a/src/build.py b/src/build.py index 804b23f..ba29fef 100644 --- a/src/build.py +++ b/src/build.py @@ -9,7 +9,7 @@ def print_help(): """usage: python single_header_packer.py --macro [--intro ] --extern --pub --priv1 --priv2 [--outro ] where 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: diff --git a/src/nuklear_combo.c b/src/nuklear_combo.c index fe5373f..18ab17d 100644 --- a/src/nuklear_combo.c +++ b/src/nuklear_combo.c @@ -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 */