Skip to content

Commit cbedd6d

Browse files
committed
Fix style
1 parent 2b965e7 commit cbedd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/cext/PythonCextPyStateBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ abstract static class PyTruffleThreadState_Get extends CApiUnaryBuiltinNode {
105105

106106
@Specialization(limit = "1")
107107
Object get(Object tstateCurrentPtr,
108-
@CachedLibrary("tstateCurrentPtr") InteropLibrary lib) {
108+
@CachedLibrary("tstateCurrentPtr") InteropLibrary lib) {
109109
PythonThreadState pythonThreadState = getContext().getThreadState(getLanguage());
110110
if (!lib.isNull(tstateCurrentPtr)) {
111111
pythonThreadState.setNativeThreadLocalVarPointer(tstateCurrentPtr);

0 commit comments

Comments
 (0)