From b390abce164eb5ba931ec220be02fc5f35a12b43 Mon Sep 17 00:00:00 2001 From: Stephen Lin Date: Fri, 26 Jul 2013 18:09:50 +0000 Subject: Remove trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187226 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/PatternMatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/llvm/Support/PatternMatch.h b/include/llvm/Support/PatternMatch.h index 35a9c07b75..b1732b2550 100644 --- a/include/llvm/Support/PatternMatch.h +++ b/include/llvm/Support/PatternMatch.h @@ -696,14 +696,14 @@ m_ZExt(const OpTy &Op) { /// m_UIToFP template inline CastClass_match -m_UIToFP(const OpTy &Op) { +m_UIToFP(const OpTy &Op) { return CastClass_match(Op); } /// m_SIToFP template inline CastClass_match -m_SIToFP(const OpTy &Op) { +m_SIToFP(const OpTy &Op) { return CastClass_match(Op); } -- cgit v1.2.3