mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 22:10:11 +01:00
dix: indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit ebf214876a)
This commit is contained in:
parent
15607cf2dc
commit
f8d2ca759a
1 changed files with 2 additions and 2 deletions
|
|
@ -416,8 +416,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