Replaced some tabs with spaces.

This commit is contained in:
likewise 2003-06-06 23:14:17 +00:00
parent 413aa79818
commit 39d1e38396

View File

@ -868,7 +868,6 @@ void cs8900_send_debug(unsigned char *p, unsigned int len)
}
RXTXREG = htons(~(udp_checksum & 0xffff));
// UDP data
for (i = 0; i < len; i += 2)
{
RXTXREG = htons((p[i] << 8) | p[i + 1]);