Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' [sources] Please people, stop using tabs
[simgrid.git] / src / xbt / backtrace_linux.c
index 55813c4..4842e83 100644 (file)
@@ -388,7 +388,7 @@ int xbt_libunwind_backtrace(void* bt[XBT_BACKTRACE_SIZE], int size){
   unw_context_t uc;
 
   unw_getcontext (&uc);
-       unw_init_local (&c, &uc);
+  unw_init_local (&c, &uc);
  
   unw_word_t ip;