Navigation Menu

Skip to content

Commit

Permalink
no K&R style
Browse files Browse the repository at this point in the history
* enc/encinit.c.erb (Init_enc): no K&R style anymore.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 19, 2012
1 parent e546f71 commit 08b1523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enc/encinit.c.erb
Expand Up @@ -10,7 +10,8 @@

void ruby_init_ext(const char *name, void (*init)(void));

void Init_enc()
void
Init_enc(void)
{
% ENCS.each do |enc|
init(Init_<%= enc %>, "enc/<%= enc %>.so");
Expand Down

0 comments on commit 08b1523

Please sign in to comment.