dix: indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
12188c8a8a
commit
ebf214876a
|
@ -413,8 +413,8 @@ Dispatch(void)
|
||||||
if (XSERVER_REQUEST_START_ENABLED())
|
if (XSERVER_REQUEST_START_ENABLED())
|
||||||
XSERVER_REQUEST_START(LookupMajorName(client->majorOp),
|
XSERVER_REQUEST_START(LookupMajorName(client->majorOp),
|
||||||
client->majorOp,
|
client->majorOp,
|
||||||
((xReq *) client->requestBuffer)->
|
((xReq *) client->requestBuffer)->length,
|
||||||
length, client->index,
|
client->index,
|
||||||
client->requestBuffer);
|
client->requestBuffer);
|
||||||
#endif
|
#endif
|
||||||
if (result > (maxBigRequestSize << 2))
|
if (result > (maxBigRequestSize << 2))
|
||||||
|
|
Loading…
Reference in New Issue