Skip to content

Commit b9a989d

Browse files
Fix formatting issue in bagl.c
1 parent 7290fe6 commit b9a989d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib_bagl/src/bagl.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,9 @@ void bagl_draw_with_context(const bagl_component_t *component,
728728
unsigned char context_encoding)
729729
{
730730
// unsigned char comp_idx;
731-
int halignment = 0;
732-
int valignment = 0;
733-
int baseline = 0;
731+
int halignment = 0;
732+
int valignment = 0;
733+
int baseline = 0;
734734
#ifndef DISPLAY_FLOWS
735735
unsigned int height_to_draw = 0;
736736
#endif
@@ -782,7 +782,7 @@ void bagl_draw_with_context(const bagl_component_t *component,
782782
if (type != BAGL_ICON) {
783783
const bagl_font_t *font = bagl_get_font(component->font_id);
784784
if (font) {
785-
baseline = font->baseline;
785+
baseline = font->baseline;
786786
#ifndef DISPLAY_FLOWS
787787
height_to_draw = component->height;
788788
#endif

0 commit comments

Comments
 (0)