clang-format .cpp and .h files

This commit is contained in:
ridiculousfish
2020-01-16 15:14:21 -08:00
parent 6705a2efc6
commit 98e714f98f
6 changed files with 22 additions and 18 deletions

View File

@@ -1178,8 +1178,8 @@ void s_reset(screen_t *s, screen_reset_mode_t mode) {
abandon_line_string.append(get_omitted_newline_str());
if (cur_term && exit_attribute_mode) {
abandon_line_string.append(
str2wcstring(tparm((char *)exit_attribute_mode))); // normal text ANSI escape sequence
abandon_line_string.append(str2wcstring(
tparm((char *)exit_attribute_mode))); // normal text ANSI escape sequence
}
int newline_glitch_width = term_has_xn ? 0 : 1;