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:
parent
b3b5e626ad
commit
2933909caf
@ -1873,7 +1873,7 @@ check_match(VALUE pattern, VALUE target, enum vm_check_match_type type)
|
|||||||
#if defined(_MSC_VER) && _MSC_VER < 1300
|
#if defined(_MSC_VER) && _MSC_VER < 1300
|
||||||
#define CHECK_CMP_NAN(a, b) if (isnan(a) || isnan(b)) return Qfalse;
|
#define CHECK_CMP_NAN(a, b) if (isnan(a) || isnan(b)) return Qfalse;
|
||||||
#else
|
#else
|
||||||
#define CHECK_CMP_NAN(a, b)
|
#define CHECK_CMP_NAN(a, b) /* do nothing */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline VALUE
|
static inline VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user