From: Victor Leschuk Date: Fri, 30 Sep 2016 06:39:48 +0000 (+0000) Subject: Cosmetic fix: deleted unnecessary line break in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6396cd1fa17b0fd34bbab7a8a9aa56c695d6443e;p=clang Cosmetic fix: deleted unnecessary line break in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index cc9bb995f9..17a9463314 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -97,8 +97,7 @@ class CGDebugInfo { /// List of interfaces we want to keep even if orphaned. std::vector RetainedTypes; - /// Cache of forward declared types to RAUW at the end of - /// compilation. + /// Cache of forward declared types to RAUW at the end of compilation. std::vector> ReplaceMap; /// Cache of replaceable forward declarations (functions and