diff --git a/gcc/testsuite/gfortran.dg/save_common.f90 b/gcc/testsuite/gfortran.dg/save_common.f90 index df4c84f9a26..c9878026cbf 100644 --- a/gcc/testsuite/gfortran.dg/save_common.f90 +++ b/gcc/testsuite/gfortran.dg/save_common.f90 @@ -3,4 +3,4 @@ ! Contributed by Joost VandeVondele INTEGER, SAVE :: X COMMON /COM/ X ! { dg-error "conflicts with SAVE attribute" } -END \ No newline at end of file +END diff --git a/gcc/testsuite/gfortran.dg/save_result.f90 b/gcc/testsuite/gfortran.dg/save_result.f90 index 9e295ec1ca4..de70cc38f4c 100644 --- a/gcc/testsuite/gfortran.dg/save_result.f90 +++ b/gcc/testsuite/gfortran.dg/save_result.f90 @@ -5,4 +5,4 @@ FUNCTION X() RESULT(Y) REAL, SAVE :: Y ! { dg-error "RESULT attribute conflicts with SAVE" } y = 1 END FUNCTION X -END \ No newline at end of file +END