summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:45:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:45:46 +0000
commit2933909caf01896d45eefa23e9c839fd1e03d652 (patch)
tree4eff2cd82b4c0c878475d119cfc12adb3abfd755 /vm_insnhelper.c
parentb3b5e626ad69bf22be3228f847f94e1b68f40888 (diff)
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 1a8f325e2d..9850f07303 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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