From 44951dc4dbb129fc49bf58f3e0a085725d36c29f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 1 Dec 2018 09:06:26 +0000 Subject: [PATCH] Correct indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348071 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGExprConstant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGExprConstant.cpp b/lib/CodeGen/CGExprConstant.cpp index 519b206ad3..c9475840ae 100644 --- a/lib/CodeGen/CGExprConstant.cpp +++ b/lib/CodeGen/CGExprConstant.cpp @@ -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(); -- 2.40.0