mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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: https://github.com/SerenityOS/serenity/commit/92815f313ad Pull-request: https://github.com/SerenityOS/serenity/pull/2098 Reviewed-by: https://github.com/awesomekling
@ -321,7 +321,7 @@ ALWAYS_INLINE int printf_internal(PutChFunc putch, char* buffer, const char*& fm
|
||||
if (*(p + 1))
|
||||
goto one_more;
|
||||
}
|
||||
if (! zero_pad && !field_width && *p == '0') {
|
||||
if (!zero_pad && !field_width && *p == '0') {
|
||||
zero_pad = true;
|
||||
if (*(p + 1))
|
||||
goto one_more;
|
||||
|
Loading…
Reference in New Issue
Block a user