Hi,
Your newly auto-indented xserver/os/access.c file has indent quirks on the
lines following the use of the MakeHost(h,l) macro but only when it is used
without a (superfluous) trailing semicolon.
Of cause this makes no difference to the binary, but it makes the code more
tricky to read for us mere mortals.
e.g.
....
MakeHost(host, len)
if (!host)
return;
....
Should be
....
MakeHost(host, len)
if (!host)
return;
....
Thanks,
Colin Harrison
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel