diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2013-01-14 15:08:45 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2013-01-14 15:08:45 +0000 |
commit | 0089227267c027fc4420f68ae8adf2f5863ec3c9 (patch) | |
tree | 967119b7ca2f6f310aa970a49bd7a7df7a493add /gcc/config/avr/avr-stdint.h | |
parent | d0ad394c5e95de3ad312be53bd6399a679b3b27d (diff) | |
download | gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.zip gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.tar.gz gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.tar.bz2 |
* Fix typos. Remove trailing blanks. Fix coding style.
From-SVN: r195151
Diffstat (limited to 'gcc/config/avr/avr-stdint.h')
-rw-r--r-- | gcc/config/avr/avr-stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr-stdint.h b/gcc/config/avr/avr-stdint.h index 3d43e83..8e7278f 100644 --- a/gcc/config/avr/avr-stdint.h +++ b/gcc/config/avr/avr-stdint.h @@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see - For the same reason, [u]int_fast8_t is defined as 8-bit type. */ - + #define SIG_ATOMIC_TYPE "char" #define INT8_TYPE "signed char" |