]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AVR: Tabify avr-devices.cc.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 18 Jan 2024 11:10:59 +0000 (12:10 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Thu, 18 Jan 2024 11:10:59 +0000 (12:10 +0100)
gcc/
* config/avr/avr-devices.cc: Tabify.

gcc/config/avr/avr-devices.cc

index 43d38eb3916c49b917392f3264bd21092a55c75c..456a6b72c8b0da07f6a68c194d6d9f02ea53dbf6 100644 (file)
@@ -130,7 +130,7 @@ avr_mcu_types[] =
 
 #ifndef IN_GEN_AVR_MMCU_TEXI
 
-static char*
+static char *
 avr_archs_str (void)
 {
   char *archs = concat ("", NULL);
@@ -144,7 +144,7 @@ avr_archs_str (void)
   return archs;
 }
 
-  
+
 void
 avr_inform_core_architectures (void)
 {