Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 5, 2024
1 parent 97bd78b commit c8a03d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpp/include/mpp_util.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ end function rarray_to_char
' in file '//trim(FILENAME)//'.')
end if
if ( len_trim(str_tmp) == LENGTH) then
write(UNIT=text, FMT='(I5)') LENGTH
write(UNIT=text, FMT='(I5)') LENGTH
call mpp_error(FATAL, 'get_ascii_file_num_lines: Length of output string ('//trim(text)//&
& ' is too small. Increase the LENGTH value.')
end if
Expand Down

0 comments on commit c8a03d6

Please sign in to comment.