From: Manman Ren Date: Wed, 28 Aug 2013 21:46:36 +0000 (+0000) Subject: Format. Thanks David for pointing it out. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a0be741f21e75556f649e7e4fcd30e905fc6e2e;p=clang Format. Thanks David for pointing it out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 6b20b8fa67..42e648d79c 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/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;