Skip to content

Commit

Permalink
Remove whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 8, 2020
1 parent 21a8a8c commit a5eb643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ext/ffi/Struct.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Struct extends MemoryObject implements StructLayout.Storage {
private AbstractMemory memory;
private volatile Object[] referenceCache;
private volatile IRubyObject[] valueCache;

private static final class Allocator implements ObjectAllocator {
public final IRubyObject allocate(Ruby runtime, RubyClass klass) {
return new Struct(runtime, klass);
Expand Down

0 comments on commit a5eb643

Please sign in to comment.