Skip to content

Replace all occurences of redundant spacing in if condition#54405

Open
BartoszKlonowski wants to merge 1 commit into
dotnet:mainfrom
BartoszKlonowski:54380/fix/conditional-space-typo
Open

Replace all occurences of redundant spacing in if condition#54405
BartoszKlonowski wants to merge 1 commit into
dotnet:mainfrom
BartoszKlonowski:54380/fix/conditional-space-typo

Conversation

@BartoszKlonowski

@BartoszKlonowski BartoszKlonowski commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This pull request fixes #54380 along with other cases where the same problem exists.
This commit replaces all (29 in total as per grep results count):
if (! condition)
with
if (!condition)
according to the general formatting in the code base.

From what I saw, this typo happens mostly in old (couple of years even) files, and was there when migrated from samples repository.


Internal previews

📄 File 🔗 Preview link
docs/framework/unmanaged-api/fusion/identity-attribute-blob-structure.md IDENTITY_ATTRIBUTE_BLOB Structure

@BartoszKlonowski BartoszKlonowski requested review from a team and BillWagner as code owners June 15, 2026 22:58
@dotnetrepoman dotnetrepoman Bot added this to the June 2026 milestone Jun 15, 2026
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates PR is created by someone from the .NET community. label Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extra space typo

1 participant