From 442e235c24fa33a499e51b4a2f7ff95fb4ab43ad Mon Sep 17 00:00:00 2001 From: QC Date: Sat, 19 Sep 2015 12:21:30 +0200 Subject: Some cleanups, tweak uncrustify. --- test/helper-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/helper-test.c') diff --git a/test/helper-test.c b/test/helper-test.c index a80b4485..6a1e865b 100644 --- a/test/helper-test.c +++ b/test/helper-test.c @@ -27,7 +27,8 @@ int main ( int argc, char ** argv ) cmd_set_arguments ( argc, argv ); char **list = NULL; int llength = 0; - char * test_str = "{host} {terminal} -e bash -c \"{ssh-client} {host}; echo '{terminal} {host}'\""; + char * test_str = + "{host} {terminal} -e bash -c \"{ssh-client} {host}; echo '{terminal} {host}'\""; helper_parse_setup ( test_str, &list, &llength, "{host}", "chuck", "{terminal}", "x-terminal-emulator", NULL ); -- cgit v1.2.3