mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Fix: files missing final ending newline
This commit is contained in:
parent
1d08d8ccf0
commit
c7d5379d24
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user