From a7210d605a89732bf90db73d78ff18a993f5fdc8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 30 Jan 2016 23:44:50 +0100 Subject: [PATCH 1/1] reindent to avoid a (fatal) warning on RawHide --- teshsuite/smpi/struct/struct_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/smpi/struct/struct_test.c b/teshsuite/smpi/struct/struct_test.c index 658f51a57c..f26ebcc321 100644 --- a/teshsuite/smpi/struct/struct_test.c +++ b/teshsuite/smpi/struct/struct_test.c @@ -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 */ -- 2.20.1