Xext: remove trailing whitespaces in geext.{c|h}
This commit is contained in:
parent
275cdc1c74
commit
5f3e5b3462
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue