Skip to content

Commit df5a7e9

Browse files
committed
Eclipse format
1 parent 77df00f commit df5a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.ffi.impl/src/com/oracle/truffle/r/ffi/impl/common/JavaUpCallsRFFIImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public void SET_NAMED_FASTR(Object x, int v) {
678678
RShareable r = (RShareable) x;
679679
int actual = getNamed(r);
680680
if (v < actual) {
681-
RError.warning(RError.NO_CALLER, RError.Message.GENERIC, "Native code attempted to decrease the reference count. This operation is ignored.");
681+
RError.warning(RError.NO_CALLER, RError.Message.GENERIC, "Native code attempted to decrease the reference count. This operation is ignored.");
682682
}
683683
if (v == 2) {
684684
// we play it safe: if the caller wants this instance to be shared, they may expect

0 commit comments

Comments
 (0)