1
0
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:
Michael Vetter 2015-10-09 12:49:17 +02:00
parent 3b0f7e109c
commit 7a0e8f87b5
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ void strip_quotes_strips_first(void **state)
char *result = strip_arg_quotes(input); char *result = strip_arg_quotes(input);
assert_string_equal("/cmd test string", result); assert_string_equal("/cmd test string", result);
free(result); free(result);
} }

View File

@ -3,4 +3,4 @@ void expect_any_cons_show(void);
void expect_cons_show_error(char *expected); void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void); void expect_any_cons_show_error(void);
void expect_ui_current_print_line(char *message); 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);