mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Run clang-format on files
Let's rip off the band-aid
This commit is contained in:
parent
d0629d0a8c
commit
81adefef27
Notes:
sideshowbarker
2024-07-19 08:11:28 +09:00
Author: https://github.com/shannonbooth
Commit: 81adefef27
Pull-request: https://github.com/SerenityOS/serenity/pull/1497
25 changed files with 2992 additions and 2995 deletions
|
@ -126,7 +126,6 @@ public:
|
|||
virtual ssize_t write(FileDescription&, const u8*, ssize_t) override final;
|
||||
virtual String absolute_path(const FileDescription&) const override = 0;
|
||||
|
||||
|
||||
bool has_receive_timeout() const { return m_receive_timeout.tv_sec || m_receive_timeout.tv_usec; }
|
||||
const timeval& receive_timeout() const { return m_receive_timeout; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue