]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: reindent rust-lex.cc
authorMarc Poulhiès <dkm@kataplop.net>
Tue, 2 Dec 2025 18:02:21 +0000 (19:02 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 3 Dec 2025 12:26:05 +0000 (13:26 +0100)
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 <dkm@kataplop.net>
gcc/rust/lex/rust-lex.cc

index 4d94a202a1f424c1785d89013d6499293a95d095..a99b5ed1a348cac5b8612f6dfebd84bde91f3043 100644 (file)
@@ -2640,8 +2640,8 @@ rust_input_source_test ()
 {
   // ASCII
   std::string src = (const char *) u8"_abcde\tXYZ\v\f";
-  std::vector<uint32_t> expected
-    = {u'_', u'a', u'b', u'c', u'd', u'e', u'\t', u'X', u'Y', u'Z', u'\v', u'\f'};
+  std::vector<uint32_t> expected = {u'_',  u'a', u'b', u'c', u'd',  u'e',
+                                   u'\t', u'X', u'Y', u'Z', u'\v', u'\f'};
   test_buffer_input_source (src, expected);
 
   // BOM