### Motivation /stdlib/example/linalg/example_sparse_from_ijv.f90 line 38 to compile with gfortran-14.2.0: ` print '(3I4,x,3f8.1)', ELL%index(i,:) , ELL%data(I,:) ` sourd be: ` print '(3I4,1x,3f8.1)', ELL%index(i,:) , ELL%data(i,:) ` ### Prior Art _No response_ ### Additional Information _No response_