mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
Notes:
sideshowbarker
2024-07-17 16:21:09 +09:00
Author: https://github.com/IdanHo
Commit: 086969277e
Pull-request: https://github.com/SerenityOS/serenity/pull/12321
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/bgianfo ✅
1665 changed files with 8479 additions and 8479 deletions
|
@ -81,7 +81,7 @@ public:
|
|||
ValueWithShadow<u16> pop16();
|
||||
|
||||
void push_string(StringView);
|
||||
void push_buffer(const u8* data, size_t);
|
||||
void push_buffer(u8 const* data, size_t);
|
||||
|
||||
u16 segment(X86::SegmentRegister seg) const { return m_segment[(int)seg]; }
|
||||
u16& segment(X86::SegmentRegister seg) { return m_segment[(int)seg]; }
|
||||
|
@ -463,7 +463,7 @@ public:
|
|||
m_flags_tainted = a.is_uninitialized() || b.is_uninitialized() || c.is_uninitialized();
|
||||
}
|
||||
|
||||
void warn_if_flags_tainted(const char* message) const;
|
||||
void warn_if_flags_tainted(char const* message) const;
|
||||
|
||||
// ^X86::InstructionStream
|
||||
virtual bool can_read() override { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue