mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 00:40:05 +01:00
dix: indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
12188c8a8a
commit
ebf214876a
1 changed files with 2 additions and 2 deletions
|
|
@ -413,8 +413,8 @@ Dispatch(void)
|
|||
if (XSERVER_REQUEST_START_ENABLED())
|
||||
XSERVER_REQUEST_START(LookupMajorName(client->majorOp),
|
||||
client->majorOp,
|
||||
((xReq *) client->requestBuffer)->
|
||||
length, client->index,
|
||||
((xReq *) client->requestBuffer)->length,
|
||||
client->index,
|
||||
client->requestBuffer);
|
||||
#endif
|
||||
if (result > (maxBigRequestSize << 2))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue