Skip to content

Commit f112f6a

Browse files
msimaceksteve-s
authored andcommitted
Fix style
1 parent 7ca34ba commit f112f6a

File tree

1 file changed

+5
-5
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi

1 file changed

+5
-5
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/CExtNodes.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,11 +1224,11 @@ public final long execute(Object cls, CFields nativeMemberName, Object managedMe
12241224

12251225
@Specialization
12261226
static long doSingleContext(Object cls, CFields nativeMember, Object managedMemberName, Function<PythonBuiltinClassType, Integer> builtinCallback,
1227-
@Bind("this") Node inliningTarget,
1228-
@Cached GetBaseClassNode getBaseClassNode,
1229-
@Cached("createForceType()") ReadAttributeFromObjectNode readAttrNode,
1230-
@Cached CStructAccess.ReadI64Node getTypeMemberNode,
1231-
@Cached PyNumberAsSizeNode asSizeNode) {
1227+
@Bind("this") Node inliningTarget,
1228+
@Cached GetBaseClassNode getBaseClassNode,
1229+
@Cached("createForceType()") ReadAttributeFromObjectNode readAttrNode,
1230+
@Cached CStructAccess.ReadI64Node getTypeMemberNode,
1231+
@Cached PyNumberAsSizeNode asSizeNode) {
12321232
CompilerAsserts.partialEvaluationConstant(builtinCallback);
12331233

12341234
Object current = cls;

0 commit comments

Comments
 (0)