[gcc r16-3852] Fix whitespace after r16-3679-g19d1c7c28f4fd0

Matthias Kretz mkretz@gcc.gnu.org
Mon Sep 15 07:08:31 GMT 2025


https://gcc.gnu.org/g:8d264d90a22d5e13c876a4f352c702c7f5bc4f0b

commit r16-3852-g8d264d90a22d5e13c876a4f352c702c7f5bc4f0b
Author: Matthias Kretz <m.kretz@gsi.de>
Date:   Tue Sep 9 08:16:02 2025 +0200

    Fix whitespace after r16-3679-g19d1c7c28f4fd0
    
    Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
    
    gcc/cp/ChangeLog:
    
            * mangle.cc (write_real_cst): Replace 8 spaces with Tab.

Diff:
---
 gcc/cp/mangle.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cp/mangle.cc b/gcc/cp/mangle.cc
index 7678c0a97b96..761aae484c80 100644
--- a/gcc/cp/mangle.cc
+++ b/gcc/cp/mangle.cc
@@ -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);


More information about the Gcc-cvs mailing list