Skip to content

Commit 561fcc0

Browse files
committed
minor formatting
1 parent fe33b00 commit 561fcc0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/json_module.f90

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3852,8 +3852,6 @@ recursive subroutine parse_value(unit, value)
38523852
end subroutine parse_value
38533853
!*****************************************************************************************
38543854

3855-
3856-
38573855
!*****************************************************************************************
38583856
!****f* json_module/json_create_logical
38593857
!
@@ -3885,7 +3883,8 @@ subroutine json_create_logical(me,val,name)
38853883
call to_logical(me,val,name)
38863884

38873885
end subroutine json_create_logical
3888-
!*****************************************************************************************
3886+
!*****************************************************************************************
3887+
38893888
!*****************************************************************************************
38903889
!****f* json_module/json_create_integer
38913890
!
@@ -3917,7 +3916,8 @@ subroutine json_create_integer(me,val,name)
39173916
call to_integer(me,val,name)
39183917

39193918
end subroutine json_create_integer
3920-
!*****************************************************************************************
3919+
!*****************************************************************************************
3920+
39213921
!*****************************************************************************************
39223922
!****f* json_module/json_create_double
39233923
!
@@ -3949,7 +3949,8 @@ subroutine json_create_double(me,val,name)
39493949
call to_double(me,val,name)
39503950

39513951
end subroutine json_create_double
3952-
!*****************************************************************************************
3952+
!*****************************************************************************************
3953+
39533954
!*****************************************************************************************
39543955
!****f* json_module/json_create_string
39553956
!
@@ -3981,7 +3982,8 @@ subroutine json_create_string(me,val,name)
39813982
call to_string(me,val,name)
39823983

39833984
end subroutine json_create_string
3984-
!*****************************************************************************************
3985+
!*****************************************************************************************
3986+
39853987
!*****************************************************************************************
39863988
!****f* json_module/json_create_null
39873989
!
@@ -4012,7 +4014,8 @@ subroutine json_create_null(me,name)
40124014
call to_null(me,name)
40134015

40144016
end subroutine json_create_null
4015-
!*****************************************************************************************
4017+
!*****************************************************************************************
4018+
40164019
!*****************************************************************************************
40174020
!****f* json_module/json_create_object
40184021
!
@@ -4043,7 +4046,8 @@ subroutine json_create_object(me,name)
40434046
call to_object(me,name)
40444047

40454048
end subroutine json_create_object
4046-
!*****************************************************************************************
4049+
!*****************************************************************************************
4050+
40474051
!*****************************************************************************************
40484052
!****f* json_module/json_create_array
40494053
!

0 commit comments

Comments
 (0)