From a89f229d6e4c2df0389f4d9986e12394299a7fb3 Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 20 Oct 2018 06:53:11 +0000 Subject: * append newline at EOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- mjit_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mjit_compile.c') diff --git a/mjit_compile.c b/mjit_compile.c index 44eb13e212..f082d1ce72 100644 --- a/mjit_compile.c +++ b/mjit_compile.c @@ -246,4 +246,4 @@ mjit_compile(FILE *f, const struct rb_iseq_constant_body *body, const char *func return status.success; } -#endif /* USE_MJIT */ \ No newline at end of file +#endif /* USE_MJIT */ -- cgit v1.2.3