mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
render: fix incorrect indent introduced by previous commit
This commit is contained in:
parent
a9298959a1
commit
b81b98d47c
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -659,7 +659,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
||||||
} else {
|
} else {
|
||||||
glyph_count = 1;
|
glyph_count = 1;
|
||||||
glyphs = &single;
|
glyphs = &single;
|
||||||
cell_cols = single->cols;
|
cell_cols = single->cols;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue