Skip to content

Commit 0220600

Browse files
committed
Fix comment formatting
1 parent 2304b3a commit 0220600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax_pos/span_encoding.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ const LEN_INDEX: usize = 1;
5959
const CTXT_INDEX: usize = 2;
6060

6161
// Tag = 0, inline format.
62-
// -----------------------------------
62+
// -------------------------------------------------------------
6363
// | base 31:8 | len 7:1 | ctxt (currently 0 bits) | tag 0:0 |
64-
// -----------------------------------
64+
// -------------------------------------------------------------
6565
// Since there are zero bits for ctxt, only SpanData with a 0 SyntaxContext
6666
// can be inline.
6767
const INLINE_SIZES: [u32; 3] = [24, 7, 0];

0 commit comments

Comments
 (0)