Skip to content

Commit 56e88ac

Browse files
author
Jonathan Beaudoin
committed
Formatted
1 parent 62668fb commit 56e88ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/com/beaudoin/jmm/natives/linux

src/main/java/com/beaudoin/jmm/natives/linux/uio.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static class iovec extends Structure {
2727
protected List<String> getFieldOrder() {
2828
return Arrays.asList("iov_base", "iov_len");
2929
}
30+
3031
}
3132

3233
}

0 commit comments

Comments
 (0)