Skip to content

Commit

Permalink
chore: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
ahogappa committed May 5, 2024
1 parent 284c7d2 commit 1a168ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.c.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void Init_gems(void)
}
<% ignore_stdlib.each do |stdlib|%>
void <%= "Init_#{stdlib.gsub('/', '_')}" %>(void){}
<%end%>
<% end %>

int main(int argc, char **argv)
{
Expand Down

0 comments on commit 1a168ae

Please sign in to comment.