Skip to content

Commit d6e71a2

Browse files
Michael137zeroomega
authored andcommitted
fixup! clang-format
1 parent 44ff356 commit d6e71a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ static uint32_t getDeclAlignIfRequired(const Decl *D, const ASTContext &Ctx) {
6969
return D->hasAttr<AlignedAttr>() ? D->getMaxAlignment() : 0;
7070
}
7171

72-
APValue const * evaluateConstantInitializer(clang::VarDecl const * VD) {
73-
assert (VD != nullptr);
72+
APValue const *evaluateConstantInitializer(clang::VarDecl const *VD) {
73+
assert(VD != nullptr);
7474

7575
VD = VD->getCanonicalDecl();
7676
if (!VD)
@@ -5615,7 +5615,7 @@ void CGDebugInfo::EmitGlobalVariable(const VarDecl *VD) {
56155615
if (CacheIt != DeclCache.end())
56165616
return;
56175617

5618-
auto const * InitVal = evaluateConstantInitializer(VD);
5618+
auto const *InitVal = evaluateConstantInitializer(VD);
56195619
if (!InitVal)
56205620
return;
56215621

0 commit comments

Comments
 (0)