Skip to content

Commit a161ab1

Browse files
committed
Add missing newline
1 parent 36331c3 commit a161ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,4 +806,4 @@ void CIRGenFunction::maybeEmitDeferredVarDeclInit(const VarDecl *vd) {
806806
if (auto *hd = b->getHoldingVar())
807807
emitVarDecl(*hd);
808808
}
809-
}
809+
}

0 commit comments

Comments
 (0)