Skip to content

Commit 2e0fade

Browse files
committed
whitespace
1 parent fafdc51 commit 2e0fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILDebugScope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
using namespace swift;
2424

2525
SILDebugScope::SILDebugScope(SILLocation Loc, SILFunction *SILFn,
26-
const SILDebugScope *ParentScope ,
26+
const SILDebugScope *ParentScope,
2727
const SILDebugScope *InlinedCallSite)
2828
: Loc(Loc), InlinedCallSite(InlinedCallSite) {
2929
if (ParentScope)

0 commit comments

Comments
 (0)