From 3ab0ea80272cac52ad809e5244d02aefeb2fab6b Mon Sep 17 00:00:00 2001 From: svn Date: Mon, 16 May 2016 10:46:33 +0000 Subject: * append newline at EOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3