mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-05 09:58:23 +02:00
Fix variable declaration formatting
This commit is contained in:
parent
6532c715c3
commit
424ad131b7
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ static void wake_up_next_reader(xcb_connection_t *c)
|
|||
static int read_packet(xcb_connection_t *c)
|
||||
{
|
||||
xcb_generic_reply_t genrep;
|
||||
int length = 32,
|
||||
eventlength = 0; /* length after first 32 bytes for GenericEvents */
|
||||
int length = 32;
|
||||
int eventlength = 0; /* length after first 32 bytes for GenericEvents */
|
||||
void *buf;
|
||||
pending_reply *pend = 0;
|
||||
struct event_list *event;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue