Skip to content

Commit

Permalink
Apply swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga committed Oct 6, 2023
1 parent d6c2033 commit dd3c12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/CodeGen/LLVM/Transpilation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ extension LLVM.Module {
aggregating: [
word().constant(layout.size),
word().constant(layout.alignment),
ptr.null
ptr.null,
],
in: &self)

Expand Down Expand Up @@ -332,7 +332,7 @@ extension LLVM.Module {
aggregating: [
word().constant(layout.size),
word().constant(layout.alignment),
ptr.null
ptr.null,
],
in: &self)

Expand Down

0 comments on commit dd3c12c

Please sign in to comment.