]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix whitespace after r16-3679-g19d1c7c28f4fd0
authorMatthias Kretz <m.kretz@gsi.de>
Tue, 9 Sep 2025 06:16:02 +0000 (08:16 +0200)
committerMatthias Kretz <m.kretz@gsi.de>
Mon, 15 Sep 2025 07:07:29 +0000 (09:07 +0200)
Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
gcc/cp/ChangeLog:

* mangle.cc (write_real_cst): Replace 8 spaces with Tab.

gcc/cp/mangle.cc

index 7678c0a97b9644d926d8dd7a18045ed852c058f8..761aae484c80b4ba124cb267cbe0570bc36d5a7f 100644 (file)
@@ -2185,7 +2185,7 @@ write_real_cst (const tree value)
   if (words == 0)
     {
       /* _Float16 and std::bfloat16_t are the only supported types smaller than
-         32 bits.  */
+        32 bits.  */
       gcc_assert (bits == 16);
       sprintf (buffer, "%04lx", (unsigned long) target_real[0]);
       write_chars (buffer, 4);