Skip to content

Commit 5436aba

Browse files
committed
formatting
1 parent 55832f8 commit 5436aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/compiler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ class LclVarDsc
669669
private:
670670
unsigned char lvIsNeverNegative : 1; // The local is known to be never negative
671671

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

675675
public:

0 commit comments

Comments
 (0)