remove a whitespace
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 12 Oct 2007 00:34:59 +0000 (00:34 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 12 Oct 2007 00:34:59 +0000 (00:34 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2663 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/text/textDump.c

index 1f27e0f757e7c7036e2e7406a389a810e329db92..2e2e6c53fea9358c16362093441528eaf46ca9a7 100644 (file)
@@ -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;
This page took 0.027892 seconds and 4 git commands to generate.