diff --git a/examples/fortran/lhapdf_example.f90 b/examples/fortran/lhapdf_example.f90 index 4a39ea2d..a377e8dd 100644 --- a/examples/fortran/lhapdf_example.f90 +++ b/examples/fortran/lhapdf_example.f90 @@ -102,4 +102,4 @@ function alphas_test2(q2, state) bind(c) call lhapdf_alphasq2(0, 0, q2, alphas_test2) end function -end program lhapdf_example \ No newline at end of file +end program lhapdf_example diff --git a/examples/fortran/test.f90 b/examples/fortran/test.f90 index 9dde089f..7936a07f 100644 --- a/examples/fortran/test.f90 +++ b/examples/fortran/test.f90 @@ -198,4 +198,4 @@ function alphas_test(q2, state) bind(c) alphas_test = q2 end function -end program test_pineappl \ No newline at end of file +end program test_pineappl