Minor fixes to some spacing.

This commit is contained in:
Gregory Nutt 2019-02-14 15:57:15 -06:00
parent 479363ae3b
commit b8c7e5fcc0
2 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ unsigned long strtoul(FAR const char *nptr, FAR char **endptr, int base)
nptr--;
}
}
*endptr = (FAR char *)nptr;
}

View File

@ -136,6 +136,7 @@ unsigned long long strtoull(FAR const char *nptr, FAR char **endptr, int base)
nptr--;
}
}
*endptr = (FAR char *)nptr;
}