remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-08-23 07:45:46 +00:00
parent b3b5e626ad
commit 2933909caf
3 changed files with 3 additions and 3 deletions

View File

@ -1873,7 +1873,7 @@ check_match(VALUE pattern, VALUE target, enum vm_check_match_type type)
#if defined(_MSC_VER) && _MSC_VER < 1300
#define CHECK_CMP_NAN(a, b) if (isnan(a) || isnan(b)) return Qfalse;
#else
#define CHECK_CMP_NAN(a, b)
#define CHECK_CMP_NAN(a, b) /* do nothing */
#endif
static inline VALUE