Skip to content

Commit

Permalink
adding missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 20, 2025
1 parent ef25d23 commit 55ad70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g2unpack.F90
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
subroutine gf_unpack1(cgrib, lcgrib, iofst, ids, idslen, ierr)
implicit none

character(len=1), intent(in) :: cgrib(lcgrib)
character(len = 1), intent(in) :: cgrib(lcgrib)
integer, intent(in) :: lcgrib
integer, intent(inout) :: iofst
integer, pointer, dimension(:) :: ids
Expand Down

0 comments on commit 55ad70d

Please sign in to comment.