mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove trailing whitespaces
This commit is contained in:
parent
3b0f7e109c
commit
7a0e8f87b5
@ -605,7 +605,7 @@ void strip_quotes_strips_first(void **state)
|
||||
char *result = strip_arg_quotes(input);
|
||||
|
||||
assert_string_equal("/cmd test string", result);
|
||||
|
||||
|
||||
free(result);
|
||||
}
|
||||
|
||||
|
@ -3,4 +3,4 @@ void expect_any_cons_show(void);
|
||||
void expect_cons_show_error(char *expected);
|
||||
void expect_any_cons_show_error(void);
|
||||
void expect_ui_current_print_line(char *message);
|
||||
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
|
||||
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
|
||||
|
Loading…
Reference in New Issue
Block a user