aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-16 10:46:33 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-16 10:46:33 +0000
commitad1b2598601bed6061b4c7fb89f0d7274263b628 (patch)
treea3e86de5a2aac350e6bb95401a391c61fc0fd8bc
parent5ed7cc607a616cd8b5675cc847ac80ddaa493d2d (diff)
downloadruby-ad1b2598601bed6061b4c7fb89f0d7274263b628.tar.gz
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enc/unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/unicode.c b/enc/unicode.c
index 7d3b8a8c00..3aeadb86eb 100644
--- a/enc/unicode.c
+++ b/enc/unicode.c
@@ -782,4 +782,4 @@ onigenc_unicode_case_map(OnigCaseFoldType* flagP,
return (int)(to-to_start);
}
-#endif /* ONIG_CASE_MAPPING */ \ No newline at end of file
+#endif /* ONIG_CASE_MAPPING */