mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
render: de-indent #if statement
This commit is contained in:
parent
4ae0e7c922
commit
3b29aa95c9
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -442,7 +442,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if FOOT_UNICODE_COMBINING
|
#if FOOT_UNICODE_COMBINING
|
||||||
/* Combining characters */
|
/* Combining characters */
|
||||||
const struct combining_chars *comb_chars = &row->comb_chars[col];
|
const struct combining_chars *comb_chars = &row->comb_chars[col];
|
||||||
for (size_t i = 0; i < comb_chars->count; i++) {
|
for (size_t i = 0; i < comb_chars->count; i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue