fix accumulated whitespace and indentation damage
This commit is contained in:
parent
e84aeb5bcb
commit
c86e052b81
@ -68,7 +68,7 @@ static void utoa_to_buf(unsigned n, char *buf, unsigned buflen)
|
|||||||
}
|
}
|
||||||
static void itoa_to_buf(int n, char *buf, unsigned buflen)
|
static void itoa_to_buf(int n, char *buf, unsigned buflen)
|
||||||
{
|
{
|
||||||
if (buflen && n<0) {
|
if (buflen && n < 0) {
|
||||||
n = -n;
|
n = -n;
|
||||||
*buf++ = '-';
|
*buf++ = '-';
|
||||||
buflen--;
|
buflen--;
|
||||||
|
Loading…
Reference in New Issue
Block a user