Skip to content

Commit 7bfb276

Browse files
committed
whitespace cleanups
1 parent 47e75c9 commit 7bfb276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/json_parameters.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module json_parameters
4747
character(kind=CK,len=*),parameter :: colon_char = CK_':' !! colon character for JSON
4848
character(kind=CK,len=*),parameter :: start_array_alt = CK_'(' !! alternate start of JSON array for
4949
!! [[json_get_by_path_default]]
50-
character(kind=CK,len=*),parameter :: end_array_alt = CK_')' !! alternate end of JSON array for
50+
character(kind=CK,len=*),parameter :: end_array_alt = CK_')' !! alternate end of JSON array for
5151
!! [[json_get_by_path_default]]
5252
character(kind=CK,len=*),parameter :: root = CK_'$' !! root for [[json_get_by_path_default]]
5353
character(kind=CK,len=*),parameter :: this = CK_'@' !! 'this' for [[json_get_by_path_default]]

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ subroutine destroy_json_core(me)
807807
implicit none
808808

809809
class(json_core),intent(out) :: me
810-
810+
811811
end subroutine destroy_json_core
812812
!*****************************************************************************************
813813

0 commit comments

Comments
 (0)