Skip to content

Commit 6c11e02

Browse files
committed
gccrs: reindent rust-lex.cc
Reindent according to latest clang-format settings. No functional change. gcc/rust/ChangeLog: * lex/rust-lex.cc (rust_input_source_test): Reindent. Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 3d2d460 commit 6c11e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/rust/lex/rust-lex.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,8 +2640,8 @@ rust_input_source_test ()
26402640
{
26412641
// ASCII
26422642
std::string src = (const char *) u8"_abcde\tXYZ\v\f";
2643-
std::vector<uint32_t> expected
2644-
= {u'_', u'a', u'b', u'c', u'd', u'e', u'\t', u'X', u'Y', u'Z', u'\v', u'\f'};
2643+
std::vector<uint32_t> expected = {u'_', u'a', u'b', u'c', u'd', u'e',
2644+
u'\t', u'X', u'Y', u'Z', u'\v', u'\f'};
26452645
test_buffer_input_source (src, expected);
26462646

26472647
// BOM

0 commit comments

Comments
 (0)