commit | 958b94d6791a345e2221ee4291cb209a7ec579ba | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sat Dec 01 09:06:26 2018 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sat Dec 01 09:06:26 2018 +0000 |
tree | 7fd9df25f201a9b6de56dfb607c6d92e6d265753 | |
parent | 2a81f6670db3cb78d65e0a05ff6a7f0b114fd359 [diff] [blame] |
Correct indentation. llvm-svn: 348071
diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp index 519b206..c947584 100644 --- a/clang/lib/CodeGen/CGExprConstant.cpp +++ b/clang/lib/CodeGen/CGExprConstant.cpp
@@ -1455,7 +1455,7 @@ if (CD->isTrivial() && CD->isDefaultConstructor()) return CGM.EmitNullConstant(D.getType()); } - InConstantContext = true; + InConstantContext = true; } QualType destType = D.getType();