space cleanup

This commit is contained in:
marschap
2005-05-26 17:41:54 +00:00
parent 8296d0b716
commit 3658cedc35
-1
View File
@@ -316,7 +316,6 @@ unsigned char DiscardGetByte(void)
{ {
unsigned char return_byte = '\0'; unsigned char return_byte = '\0';
/* wrap read pointer to the receive buffer */ /* wrap read pointer to the receive buffer */
ReceiveBufferTail %= RECEIVEBUFFERSIZE; ReceiveBufferTail %= RECEIVEBUFFERSIZE;