Skip to content

Commit 493cba9

Browse files
committed
remove tab character.
1 parent cfa2fae commit 493cba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/json_example.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ subroutine test_7()
146146
call json_add(c,'val1', 1066)
147147
call json_create_object(d,'d')
148148
call json_add(d,'val2', 1815)
149-
150-
call json_create_array(e,'array') !objects in an array
149+
150+
call json_create_array(e,'array') !objects in an array
151151
call json_create_object(e1,'')
152152
call json_add(e1,'int1', 1)
153153
call json_create_object(e2,'')
154154
call json_add(e2,'int1', 1)
155155
call json_add(e2,'int2', 2)
156156
call json_add(e,e1)
157157
call json_add(e,e2)
158-
158+
159159
call json_add(root,a)
160160
call json_add(root,b)
161161
call json_add(b,c)

0 commit comments

Comments
 (0)