Prune CRLF.

llvm-svn: 220678
diff --git a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
index a89bf28..d3e26c3 100644
--- a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
+++ b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
@@ -661,8 +661,8 @@
       SemaRef.Context, Owner, D->getLocation(), D->getIdentifier(), T,
       NamedChain, D->getChainingSize());
 
-  for (const auto *Attr : D->attrs())

-    IndirectField->addAttr(Attr->clone(SemaRef.Context));

+  for (const auto *Attr : D->attrs())
+    IndirectField->addAttr(Attr->clone(SemaRef.Context));
 
   IndirectField->setImplicit(D->isImplicit());
   IndirectField->setAccess(D->getAccess());