diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-11-19 17:09:58 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-11-19 17:09:58 +0100 |
commit | fcc2dcbb21743447d9f51f40283892da0075f751 (patch) | |
tree | f32cf0e3c4849831335b118177f06dc161233fbf /newlib/ChangeLog | |
parent | e2802064b2bdddb9e02cfa278f531e1dcdf0054d (diff) | |
download | cygnal-fcc2dcbb21743447d9f51f40283892da0075f751.tar.gz cygnal-fcc2dcbb21743447d9f51f40283892da0075f751.tar.bz2 cygnal-fcc2dcbb21743447d9f51f40283892da0075f751.zip |
ldtoa.c: Reindent to GNU style
* libc/stdlib/ldtoa.c: Convert to GNU style so as not to get crazy
reading the code.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ecf52f167..7f39a191d 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2015-11-19 Corinna Vinschen <corinna@vinschen.de> + * libc/stdlib/ldtoa.c: Convert to GNU style so as not to get crazy + reading the code. + +2015-11-19 Corinna Vinschen <corinna@vinschen.de> + * libc/stdlib/rpmatch.c: Include sys/types.h to make GCC happy. 2015-11-12 Jon Turney <jon.turney@dronecode.org.uk> |