From: Nick Lewycky Date: Wed, 9 Nov 2011 04:27:23 +0000 (+0000) Subject: Reflow one line I missed in previous cleanup commit. No functionality change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b3819dfb88df33fdaba4d879044b2cdfeb0e0d2;p=clang Reflow one line I missed in previous cleanup commit. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144168 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 360516b24c..9fea92e2a0 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1591,8 +1591,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty, } /// CreateTypeNode - Create a new debug type node. -llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty, - llvm::DIFile Unit) { +llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile Unit) { // Handle qualifiers, which recursively handles what they refer to. if (Ty.hasLocalQualifiers()) return CreateQualifiedType(Ty, Unit);