Indentation change.

This commit is contained in:
crs 2002-05-02 11:44:21 +00:00
parent 5132161e30
commit 570d85c842
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ UInt32 COutputPacketStream::write(
length[1] = (UInt8)((count >> 16) & 0xff);
length[2] = (UInt8)((count >> 8) & 0xff);
length[3] = (UInt8)( count & 0xff);
UInt32 count2 = sizeof(length);
UInt32 count2 = sizeof(length);
const UInt8* cbuffer = length;
while (count2 > 0) {
UInt32 n = getStream()->write(cbuffer, count2);