summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-08-28 21:46:36 +0000
committerManman Ren <manman.ren@gmail.com>2013-08-28 21:46:36 +0000
commit501ecf9fac4c7ec24081e930f53363295c2709c1 (patch)
tree3ddd39517a16a5469ceaf88903a9cc4a4e036bd8 /clang/lib/CodeGen/CGDebugInfo.cpp
parent7dd7143a2bd4a596a9cd4a6872430e5d60cf9e47 (diff)
downloadbcm5719-llvm-501ecf9fac4c7ec24081e930f53363295c2709c1.tar.gz
bcm5719-llvm-501ecf9fac4c7ec24081e930f53363295c2709c1.zip
Format. Thanks David for pointing it out.
llvm-svn: 189521
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 6b20b8fa673..42e648d79cf 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -1862,7 +1862,7 @@ llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty,
}
/// CreateEnumType - get enumeration type.
-llvm::DIType CGDebugInfo::CreateEnumType(const EnumType* Ty) {
+llvm::DIType CGDebugInfo::CreateEnumType(const EnumType *Ty) {
const EnumDecl *ED = Ty->getDecl();
uint64_t Size = 0;
uint64_t Align = 0;
OpenPOWER on IntegriCloud