merge modifications for multiple viewer read at the same time, better expose handling...
[lttv.git] / ltt / branches / poly / lttv / lttv / attribute.c
index a3f8ab9aecbdde8cd477428724cd971490d7719f..5386793015b3421b2106f336f599197ff1faa371 100644 (file)
@@ -199,7 +199,7 @@ lttv_attribute_find_subdir(LttvAttribute *self, LttvAttributeName name)
   Attribute a;
 
   LttvAttribute *new;
-
+  
   i = (unsigned)g_hash_table_lookup(self->names, GUINT_TO_POINTER(name));
   if(i != 0) {
     a = g_array_index(self->attributes, Attribute, i - 1);
This page took 0.023959 seconds and 4 git commands to generate.