directory creation
[lttv.git] / ltt / branches / poly / lttv / state.c
index 1457bade9fe2f3c3f3aa5619a2291e35d4155072..dbdb11ce8b7f51b39f972f423fbd626ba526e461 100644 (file)
@@ -534,7 +534,7 @@ static LttvProcessState *create_process(LttvTracefileState *tfs,
   char buffer[128];
 
   tcs = (LttvTraceState *)tc = tfs->parent.t_context;
-
+       
   g_hash_table_insert(tcs->processes, GUINT_TO_POINTER(pid), process);
   process->pid = pid;
 
This page took 0.022541 seconds and 4 git commands to generate.