From: compudj Date: Fri, 12 Oct 2007 00:34:59 +0000 (+0000) Subject: remove a whitespace X-Git-Tag: v0.12.20~826 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=54d067f5be6093549ec741f6455b0b884b8076fd;p=lttv.git remove a whitespace git-svn-id: http://ltt.polymtl.ca/svn@2663 04897980-b3bd-0310-b5e0-8ef037075253 --- 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;