Skip to content

Commit 12a6afb

Browse files
committed
fix style
1 parent 2885f74 commit 12a6afb

File tree

1 file changed

+3
-3
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime

1 file changed

+3
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/GilNode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ public final boolean acquire(PythonContext context) {
244244
public abstract void release(PythonContext context, boolean wasAcquired);
245245

246246
/**
247-
* Release the GIL if it is currently owned by this Thread and preemption is allowed.
248-
* Preemption may be disabled while running C extension code that does not expect to
249-
* be preempted or for certain built-in operations of the implementation.
247+
* Release the GIL if it is currently owned by this Thread and preemption is allowed. Preemption
248+
* may be disabled while running C extension code that does not expect to be preempted or for
249+
* certain built-in operations of the implementation.
250250
*
251251
* @return {@code true} if GIL was released, {@code false} if it wasn't locked by this Thread
252252
*/

0 commit comments

Comments
 (0)