Correct indentation.

llvm-svn: 348071
This commit is contained in:
Bill Wendling 2018-12-01 09:06:26 +00:00
parent 2a81f6670d
commit 958b94d679
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ llvm::Constant *ConstantEmitter::tryEmitPrivateForVarInit(const VarDecl &D) {
if (CD->isTrivial() && CD->isDefaultConstructor())
return CGM.EmitNullConstant(D.getType());
}
InConstantContext = true;
InConstantContext = true;
}
QualType destType = D.getType();