mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibC: Run clang-format on everything.
This commit is contained in:
parent
892acfb10d
commit
46527b72d7
Notes:
sideshowbarker
2024-07-19 13:41:27 +09:00
Author: https://github.com/awesomekling
Commit: 46527b72d7
40 changed files with 181 additions and 234 deletions
|
@ -1,13 +1,12 @@
|
|||
#include <ulimit.h>
|
||||
#include <assert.h>
|
||||
#include <ulimit.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
long ulimit(int cmd, long newlimit)
|
||||
{
|
||||
(void) cmd;
|
||||
(void) newlimit;
|
||||
(void)cmd;
|
||||
(void)newlimit;
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue