mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -19,7 +19,7 @@ _ecvt (double value, int ndigits, int *decpt, int *sign)
|
|||
char *cvtbuf, *s, *d;
|
||||
|
||||
if (ndigits < 0) ndigits = 0;
|
||||
s = cvtbuf = (char*)malloc(ndigits + NUMBER_EFMT);
|
||||
s = cvtbuf = (char*)malloc(ndigits + NUMBER_EFMT);
|
||||
d = ecvtbuf;
|
||||
|
||||
*sign = 0;
|
||||
|
@ -40,7 +40,7 @@ _ecvt (double value, int ndigits, int *decpt, int *sign)
|
|||
{
|
||||
memcpy(ecvtbuf, s, 5);
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
/* Set the sign */
|
||||
if (*s && *s == '-')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue