[clang] Fix EOL whitespace. NFC
authorJonathan Roelofs <jroelofs@jroelofs.com>
Sun, 26 Jan 2020 19:05:46 +0000 (12:05 -0700)
committerJonathan Roelofs <jroelofs@jroelofs.com>
Tue, 28 Jan 2020 15:47:37 +0000 (08:47 -0700)
clang/lib/AST/ASTContext.cpp

index 7591956..7296949 100644 (file)
@@ -636,7 +636,7 @@ comments::FullComment *ASTContext::getCommentForDecl(
   return FC;
 }
 
-void 
+void
 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID,
                                                    const ASTContext &C,
                                                TemplateTemplateParmDecl *Parm) {