remove a whitespace
[lttv.git] / 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.022705 seconds and 4 git commands to generate.