mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
u32 request;
|
||||
u32 caps[CAPABILITIES_SIZE];
|
||||
|
||||
static ByteBuffer make_buffer(bool request, const Vector<Capability>& capabilities);
|
||||
static ByteBuffer make_buffer(bool request, Vector<Capability> const& capabilities);
|
||||
};
|
||||
|
||||
struct [[gnu::packed]] ClipboardGrab {
|
||||
|
@ -120,9 +120,9 @@ private:
|
|||
ConnectionToClipboardServer& m_clipboard_connection;
|
||||
|
||||
void on_message_received();
|
||||
void send_message(const ByteBuffer& buffer);
|
||||
void send_message(ByteBuffer const& buffer);
|
||||
bool m_just_set_clip { false };
|
||||
void read_n(void* dest, size_t n);
|
||||
static Message* initialize_headers(u8* data, size_t additional_data_size, MessageType type);
|
||||
static Optional<ClipboardType> mime_type_to_clipboard_type(const String& mime);
|
||||
static Optional<ClipboardType> mime_type_to_clipboard_type(String const& mime);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue