render: de-indent #if statement

This commit is contained in:
Daniel Eklöf 2020-05-01 21:51:40 +02:00
parent 4ae0e7c922
commit 3b29aa95c9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -442,7 +442,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
}
}
#if FOOT_UNICODE_COMBINING
#if FOOT_UNICODE_COMBINING
/* Combining characters */
const struct combining_chars *comb_chars = &row->comb_chars[col];
for (size_t i = 0; i < comb_chars->count; i++) {