summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorMichael Vetter <mvetter@suse.com>2015-07-28 21:54:08 +0200
committerMichael Vetter <mvetter@suse.com>2015-07-28 21:54:08 +0200
commit2a91b66bfa920c8a5f2c9f64f2be2997a500749b (patch)
tree9b8cab2cf9f3657d355ca277cc16b8beb9b71879 /test/helper-test.c
parent979a63d2424e5a04c1a45bbb94d10904b605c409 (diff)
Remove trailing whitespaces
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c2
1 files changed, 1 insertions, 1 deletions
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);
}