mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/4ba206b7e58 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…
Reference in a new issue