Fix: files missing final ending newline

This commit is contained in:
a1346054
2021-08-26 00:28:49 +00:00
parent 1d08d8ccf0
commit c7d5379d24
4 changed files with 4 additions and 4 deletions

View File

@@ -731,4 +731,4 @@ void ctrl_right_trailing_whitespace_from_middle(void **state)
assert_int_equal(line_utf8_pos, 8);
assert_int_equal(col, utf8_pos_to_col(line, line_utf8_pos));
assert_int_equal(pad_start, 0);
}
}