Skip to content

Commit a684b25

Browse files
committed
fbc: whitespace formatting in src/compiler/dstr.bas
1 parent 86ef345 commit a684b25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/compiler/dstr.bas

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ sub DZstrZero _
6161
byref dst as DZSTRING _
6262
)
6363

64-
dst.data = NULL
65-
dst.len = 0
66-
dst.size = 0
64+
dst.data = NULL
65+
dst.len = 0
66+
dst.size = 0
6767

6868
end sub
6969

@@ -209,9 +209,9 @@ sub DWstrZero _
209209
byref dst as DWSTRING _
210210
)
211211

212-
dst.data = NULL
213-
dst.len = 0
214-
dst.size = 0
212+
dst.data = NULL
213+
dst.len = 0
214+
dst.size = 0
215215

216216
end sub
217217

0 commit comments

Comments
 (0)