[gcc r14-8220] AVR: Tabify avr-devices.cc.
Georg-Johann Lay
gjl@gcc.gnu.org
Thu Jan 18 11:11:32 GMT 2024
https://gcc.gnu.org/g:95d436369637e5a07e0ccf5cfc6e64947e3b477e
commit r14-8220-g95d436369637e5a07e0ccf5cfc6e64947e3b477e
Author: Georg-Johann Lay <avr@gjlay.de>
Date: Thu Jan 18 12:10:59 2024 +0100
AVR: Tabify avr-devices.cc.
gcc/
* config/avr/avr-devices.cc: Tabify.
Diff:
---
gcc/config/avr/avr-devices.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gcc/config/avr/avr-devices.cc b/gcc/config/avr/avr-devices.cc
index 43d38eb3916..456a6b72c8b 100644
--- a/gcc/config/avr/avr-devices.cc
+++ b/gcc/config/avr/avr-devices.cc
@@ -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)
{
More information about the Gcc-cvs
mailing list