Remove whitespace.

This commit is contained in:
rpaulo 2015-04-04 04:18:52 +00:00
parent fa0e22f64a
commit 2533468b8c

View File

@ -549,4 +549,3 @@ __ultoa(char *buf, u_long ul, int base)
while ((ul /= base) != 0);
return (p);
}