diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-24 13:32:02 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-24 13:32:02 +0000 |
commit | 35f40f5347da6a1dd8909f1484c553ba567f9bb6 (patch) | |
tree | f266c51c05ba96bca17ae331ce15842c98f79e4b /include/ruby/oniguruma.h | |
parent | f1f48e610311d812eaf408d0947e8a3686ed3364 (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/oniguruma.h')
-rw-r--r-- | include/ruby/oniguruma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/oniguruma.h b/include/ruby/oniguruma.h index 7f1d66c460..2411e0f507 100644 --- a/include/ruby/oniguruma.h +++ b/include/ruby/oniguruma.h @@ -122,7 +122,7 @@ typedef ptrdiff_t OnigPosition; * Subfields (starting with 0 at LSB): * 0-2: Code point count in casefold.h * 3-9: Index into TitleCase array in casefold.h - * 10-15, 18-20: Case mapping flags + * 10-15, 18-20: Case mapping flags */ typedef unsigned int OnigCaseFoldType; /* case fold flag */ |