Skip to content

Commit 5bf7d35

Browse files
committed
fix style
1 parent ef9c70c commit 5bf7d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyContextFunctions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3564,7 +3564,8 @@ Object execute(Object[] arguments,
35643564
}
35653565
}
35663566

3567-
private static boolean nameMatches(PyCapsule capsule, Object namePtr, InteropLibrary interopLib, FromCharPointerNode fromCharPointerNode, CastToTruffleStringNode castStr, TruffleString.EqualNode equalNode) {
3567+
private static boolean nameMatches(PyCapsule capsule, Object namePtr, InteropLibrary interopLib, FromCharPointerNode fromCharPointerNode, CastToTruffleStringNode castStr,
3568+
TruffleString.EqualNode equalNode) {
35683569
boolean isCapsuleNameNull = capsule.getName() == null;
35693570
boolean isNamePtrNull = interopLib.isNull(namePtr);
35703571

0 commit comments

Comments
 (0)