From 54d067f5be6093549ec741f6455b0b884b8076fd Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 12 Oct 2007 00:34:59 +0000 Subject: [PATCH] remove a whitespace git-svn-id: http://ltt.polymtl.ca/svn@2663 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/text/textDump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 1f27e0f7..2e2e6c53 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -340,7 +340,7 @@ static int write_event_content(void *hook_data, void *call_data) g_quark_to_string(process->state->s)); } - g_string_append_printf(a_string,"\n"); + g_string_append_printf(a_string,"\n"); fputs(a_string->str, a_file); return FALSE; -- 2.34.1