Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Oct 1, 2024
1 parent 77a8144 commit e5ec9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/internal/pycore_uniqueid.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extern "C" {

#ifdef Py_GIL_DISABLED

// This contains code for allocating unique ids to objects for
// per-thread reference counting.
// This contains code for allocating unique ids to objects for per-thread
// reference counting.
//
// Per-thread reference counting is used along with deferred reference
// counting to avoid scaling bottlenecks due to reference count contention.
Expand Down

0 comments on commit e5ec9f7

Please sign in to comment.