Skip to content

Conversation

@chris-eibl
Copy link
Member

@chris-eiblchris-eibl commented Mar 15, 2025

{
fileio*self=PyFileIO_CAST(op);
#ifdefHAVE_STRUCT_STAT_ST_BLKSIZE
fileio*self=PyFileIO_CAST(op);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the * position accidentally became inconsistent in this file, which could be unfriendly with some editors.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great spot!

Viusal Studio thinks it does me a favor when copy pasting -> it reformats :(

Now I found that evil setting and disabled it!

@chris-eibl
Copy link
MemberAuthor

Done in #131487

@chris-eiblchris-eibl deleted the fix_clangcl_fileio branch March 20, 2025 15:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@chris-eibl@neonene