mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibC: Fix a indentation problem in time.cpp
This commit is contained in:
parent
a6c53cadc8
commit
4ba206b7e5
Notes:
sideshowbarker
2024-07-19 17:37:36 +09:00
Author: https://github.com/f-eiwu
Commit: 4ba206b7e5
Pull-request: https://github.com/SerenityOS/serenity/pull/1360
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ size_t strftime(char* destination, size_t max_size, const char* format, const st
|
|||
}
|
||||
}
|
||||
if (builder.length() > max_size - 1)
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
strcpy(destination, builder.build().characters());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue