Xext: remove trailing whitespaces in geext.{c|h}

This commit is contained in:
Peter Hutterer 2008-04-24 11:03:23 +09:30
parent 275cdc1c74
commit 5f3e5b3462
3 changed files with 23 additions and 23 deletions

View File

@ -90,8 +90,8 @@ static int ProcGEQueryVersion(ClientPtr client)
if (client->swapped)
{
swaps(&rep.sequenceNumber, n);
swapl(&rep.length, n);
swaps(&rep.sequenceNumber, n);
swapl(&rep.length, n);
swaps(&rep.majorVersion, n);
swaps(&rep.minorVersion, n);
}