Skip to content

Commit

Permalink
style: remove trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Apr 3, 2024
1 parent edc9c69 commit 9e9ba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/zcopy/src/zcopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ subroutine zcopy( N, zx, strideX, zy, strideY )
end do
end if
return
end subroutine zcopy
end subroutine zcopy

0 comments on commit 9e9ba56

Please sign in to comment.