third_party: minor formatting cleanups

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-02-28 10:48:47 +08:00
parent fae65117cd
commit 1048cbf999
2 changed files with 8 additions and 7 deletions

View File

@ -259,4 +259,5 @@ void tfp_sprintf(char *s, char *fmt, ...)
while (*s++)
stdout_putf(stdout_putp, *s);
stdout_putf(stdout_putp, '\n');
return 1;
}