dix: indentation fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2012-04-18 15:56:37 +10:00
parent 12188c8a8a
commit ebf214876a
1 changed files with 2 additions and 2 deletions

View File

@ -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))