third_party: minor formatting cleanups
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
fae65117cd
commit
1048cbf999
1
third_party/printf.c
vendored
1
third_party/printf.c
vendored
@ -259,4 +259,5 @@ void tfp_sprintf(char *s, char *fmt, ...)
|
|||||||
while (*s++)
|
while (*s++)
|
||||||
stdout_putf(stdout_putp, *s);
|
stdout_putf(stdout_putp, *s);
|
||||||
stdout_putf(stdout_putp, '\n');
|
stdout_putf(stdout_putp, '\n');
|
||||||
|
return 1;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user