diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 14:15:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 14:15:30 +0000 |
commit | 71b4dea7dc120b96b92235db88f7607cbc3c3112 (patch) | |
tree | 02f71e6739c3b899ad18522c710922f2fdbc0b5a /soft-fp/single.h | |
parent | 5560275828a1a8f3614b87999c9fd2831d0b232d (diff) | |
download | glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.zip glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.gz glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.bz2 |
soft-fp: fix preprocessor indentation.
Diffstat (limited to 'soft-fp/single.h')
-rw-r--r-- | soft-fp/single.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/single.h b/soft-fp/single.h index c94f31f..9c52a40 100644 --- a/soft-fp/single.h +++ b/soft-fp/single.h @@ -31,7 +31,7 @@ <http://www.gnu.org/licenses/>. */ #if _FP_W_TYPE_SIZE < 32 -#error "Here's a nickel kid. Go buy yourself a real computer." +# error "Here's a nickel kid. Go buy yourself a real computer." #endif #define _FP_FRACTBITS_S _FP_W_TYPE_SIZE |