Skip to content

Commit 547516e

Browse files
rem1776rem1776
authored andcommitted
fix indent in diag_data
1 parent d200b0d commit 547516e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diag_manager/diag_data.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ MODULE diag_data_mod
335335
class(*), allocatable :: att_value(:) !< Value of the attribute
336336
character(len=:), allocatable :: att_name !< Name of the attribute
337337
contains
338-
#ifndef __NVCOMPILER
338+
#ifndef __NVCOMPILER
339339
procedure :: add => fms_add_attribute
340-
#endif
340+
#endif
341341
procedure :: write_metadata
342342
end type fmsDiagAttribute_type
343343
! Include variable "version" to be written to log file.

0 commit comments

Comments
 (0)