diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-22 01:00:18 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-22 01:00:18 +0000 |
commit | 3f0d0b9398b5af9311f8e570c0a8966ed9944d25 (patch) | |
tree | 22ed07f9cf180380f56d3767725522ef6feecb70 /regex.h | |
parent | 69743fbd85b659601174bff9fb61abc8c662c13b (diff) |
* *.[chy]: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.h')
-rw-r--r-- | regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ /* Maximum number of duplicates an interval can allow. */ #ifndef RE_DUP_MAX -#define RE_DUP_MAX ((1 << 15) - 1) +#define RE_DUP_MAX ((1 << 15) - 1) #endif |