Remove trailing whitespaces
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user