Skip to content

Commit cfa2fae

Browse files
committed
removed tab from file.
1 parent ffd5c38 commit cfa2fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ recursive subroutine json_value_print(this,iunit,str,indent,need_comma,colon,is_
24432443

24442444
call write_it( s//start_object )
24452445

2446-
!if an object is in an array, there is an extra tab:
2446+
!if an object is in an array, there is an extra tab:
24472447
if (is_array) then
24482448
tab = tab+1
24492449
spaces = tab*spaces_per_tab

0 commit comments

Comments
 (0)