From 2a91b66bfa920c8a5f2c9f64f2be2997a500749b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 28 Jul 2015 21:54:08 +0200 Subject: Remove trailing whitespaces --- test/helper-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/helper-test.c') diff --git a/test/helper-test.c b/test/helper-test.c index 1ea9dd4a..bbebd7b7 100644 --- a/test/helper-test.c +++ b/test/helper-test.c @@ -26,6 +26,6 @@ int main ( int argc, char ** argv ) TASSERT ( strcmp(list[3], "bash") == 0 ); TASSERT ( strcmp(list[4], "-c") == 0 ); TASSERT ( strcmp(list[5], "ssh chuck; echo 'x-terminal-emulator chuck'") == 0 ); - + g_strfreev(list); } -- cgit v1.2.3