Cleanup: Remove doubled semicolon and a trailing whitespace.

This commit is contained in:
Michael Lotz
2014-10-10 20:38:04 +02:00
parent 694ed94b14
commit bb9112df02
@@ -647,7 +647,7 @@ PackageFileHeapWriter::_UnwriteLastPartialChunk()
status_t error = ReadAndDecompressChunkData(lastChunkOffset, status_t error = ReadAndDecompressChunkData(lastChunkOffset,
compressedSize, lastChunkSize, fCompressedDataBuffer, compressedSize, lastChunkSize, fCompressedDataBuffer,
fPendingDataBuffer);; fPendingDataBuffer);
if (error != B_OK) if (error != B_OK)
throw error; throw error;