mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
dix: indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user