1
0
Fork 0

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

@ -9,4 +9,4 @@ void close_chat_sessions(void** state);
int utf8_pos_to_col(char* str, int utf8_pos);
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void* actual, const void* expected);
int glist_contents_equal(const void* actual, const void* expected);

View File

@ -1,4 +1,4 @@
void returns_false_when_chat_session_does_not_exist(void** state);
void creates_chat_session_on_recipient_activity(void** state);
void replaces_chat_session_on_recipient_activity_with_different_resource(void** state);
void removes_chat_session(void** state);
void removes_chat_session(void** state);

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);
}
}

View File

@ -44,4 +44,4 @@ void ctrl_right_two_words_from_space(void **state);
void ctrl_right_two_words_from_start_second(void **state);
void ctrl_right_one_word_leading_whitespace(void **state);
void ctrl_right_two_words_in_whitespace(void **state);
void ctrl_right_trailing_whitespace_from_middle(void **state);
void ctrl_right_trailing_whitespace_from_middle(void **state);