mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
GH-99554: Trim trailing whitespace (GH-100435)
Automerge-Triggered-By: GH:brandtbucher
This commit is contained in:
parent
4cc63e0d4e
commit
09edde95f4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ location_is_after(location loc1, location loc2) {
|
|||
static inline bool
|
||||
same_location(location a, location b)
|
||||
{
|
||||
return a.lineno == b.lineno &&
|
||||
return a.lineno == b.lineno &&
|
||||
a.end_lineno == b.end_lineno &&
|
||||
a.col_offset == b.col_offset &&
|
||||
a.end_col_offset == b.end_col_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue