Skip to content

Commit

Permalink
[Truffle] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 27, 2015
1 parent 4a0cede commit f625f07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -473,7 +473,7 @@ protected Object rubyWithSelf(VirtualFrame frame, Object self, String expression
@CompilerDirectives.TruffleBoundary
private MaterializedFrame setupFrame(Object self, Object... arguments) {
final MaterializedFrame evalFrame = Truffle.getRuntime().createMaterializedFrame(
RubyArguments.pack(null, null,self, null, new Object[]{}));
RubyArguments.pack(null, null, self, null, new Object[]{}));

if (arguments.length % 2 == 1) {
throw new UnsupportedOperationException("odd number of name-value pairs for arguments");
Expand Down

0 comments on commit f625f07

Please sign in to comment.