diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
commit | 3739860c11a9cfcdaa4d5d204ea3536784de7bb3 (patch) | |
tree | 8d2bb6bc306f152fada587521629e926815a8499 /gas/config/atof-ieee.c | |
parent | 1b7868733d45220e63b72a1814f30e090f761821 (diff) | |
download | gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.zip gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.gz gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.bz2 |
Remove trailing spaces in gas
Diffstat (limited to 'gas/config/atof-ieee.c')
-rw-r--r-- | gas/config/atof-ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/atof-ieee.c b/gas/config/atof-ieee.c index 33aae16..04d6e6b 100644 --- a/gas/config/atof-ieee.c +++ b/gas/config/atof-ieee.c @@ -701,7 +701,7 @@ extern const char FLT_CHARS[]; /* This is a utility function called from various tc-*.c files. It is here in order to reduce code duplication. - + Turn a string at input_line_pointer into a floating point constant of type TYPE (a character found in the FLT_CHARS macro), and store it as LITTLENUMS in the bytes buffer LITP. The number of chars |