Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent to avoid a (fatal) warning on RawHide
[simgrid.git] / teshsuite / smpi / struct / struct_test.c
index 658f51a..f26ebcc 100644 (file)
@@ -61,9 +61,9 @@ char **argv;
    
     for(j=0; j<2;j++ )
       for(i=0; i<3;i++ )
-      printf("%d ", tab[j][i]);
+        printf("%d ", tab[j][i]);
 
-      printf("\n");
+    printf("\n");
 
 
     /* Clean up the type */