Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Jun 26, 2024
1 parent 55832f8 commit 5436aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ class LclVarDsc
private:
unsigned char lvIsNeverNegative : 1; // The local is known to be never negative

unsigned char lvIsSpan : 1; // The local is a Span<T>
unsigned char lvIsSpan : 1; // The local is a Span<T>
unsigned char lvIsByrefToByrefOnlyStruct : 1; // The local is a known byref to byref-like struct

public:
Expand Down

0 comments on commit 5436aba

Please sign in to comment.