Skip to content

Commit a4e58aa

Browse files
committed
Whitespace
1 parent dac7688 commit a4e58aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LLVMTests/BFC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private func compileProgramBody(
261261
encoding: .signed, flags: [],
262262
size: builder.module.dataLayout.abiSize(of: cellType))
263263
let diPtrTy = dibuilder.buildPointerType(pointee: diDataTy,
264-
size: builder.module.dataLayout.pointerSize(),
264+
size: builder.module.dataLayout.pointerSize(),
265265
alignment: .one)
266266
let diVariable = dibuilder.buildLocalVariable(named: "this",
267267
scope: entryScope,

0 commit comments

Comments
 (0)