mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
AK: run clang-format on PrintfImplementation.h
This commit is contained in:
parent
8bd9f7e50e
commit
92815f313a
Notes:
sideshowbarker
2024-07-19 06:58:51 +09:00
Author: https://github.com/emanuele6
Commit: 92815f313a
Pull-request: https://github.com/SerenityOS/serenity/pull/2098
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ ALWAYS_INLINE int printf_internal(PutChFunc putch, char* buffer, const char*& fm
|
||||||
if (*(p + 1))
|
if (*(p + 1))
|
||||||
goto one_more;
|
goto one_more;
|
||||||
}
|
}
|
||||||
if (! zero_pad && !field_width && *p == '0') {
|
if (!zero_pad && !field_width && *p == '0') {
|
||||||
zero_pad = true;
|
zero_pad = true;
|
||||||
if (*(p + 1))
|
if (*(p + 1))
|
||||||
goto one_more;
|
goto one_more;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue