Cleanup: style

This commit is contained in:
2018-07-10 09:29:30 +02:00
parent 96bae0f882
commit 9536f920e3
10 changed files with 41 additions and 45 deletions

View File

@@ -1444,7 +1444,7 @@ static void icon_draw_size(
di->data.texture.w, di->data.texture.h, alpha, rgb);
GPU_blend_set_func_separate(GPU_SRC_ALPHA, GPU_ONE_MINUS_SRC_ALPHA, GPU_ONE, GPU_ONE_MINUS_SRC_ALPHA);
}
else if (di->type== ICON_TYPE_MONO_TEXTURE) {
else if (di->type == ICON_TYPE_MONO_TEXTURE) {
/* icon that matches text color, assumed to be white */
float text_color[4];
UI_GetThemeColor4fv(TH_TEXT, text_color);