Remove empty line
This commit is contained in:
parent
f97252876c
commit
39bb0a5915
@ -180,7 +180,6 @@ bool attr_eq(struct tsm_screen_attr *attr1, const struct tsm_screen_attr *attr2)
|
|||||||
|
|
||||||
void attr_cp(const struct tsm_screen_attr *src, struct tsm_screen_attr *dst) {
|
void attr_cp(const struct tsm_screen_attr *src, struct tsm_screen_attr *dst) {
|
||||||
memcpy((void *)dst, (const void *)src, sizeof(last_attr));
|
memcpy((void *)dst, (const void *)src, sizeof(last_attr));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void close_cell() {
|
void close_cell() {
|
||||||
|
Loading…
Reference in New Issue
Block a user