Skip to content

Commit 7073afe

Browse files
committed
Misc.
1 parent c74ca39 commit 7073afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/classes/ClumpletReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ ClumpletReader::ClumpletType ClumpletReader::getClumpletType(UCHAR tag) const
569569

570570
void ClumpletReader::adjustSpbState()
571571
{
572-
if (kind == SpbStart &&
572+
if (kind == SpbStart &&
573573
spbState == 0 && // Just started with service start block ...
574574
getClumpletSize(true, true, true) == 1) // and this is action_XXX clumplet
575575
{

src/common/classes/ClumpletWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void ClumpletWriter::reset(const UCHAR* buffer, const FB_SIZE_T buffLen)
221221
dynamic_buffer.push(buffer, buffLen);
222222
}
223223
else
224-
{
224+
{
225225
initNewBuffer(tag);
226226
}
227227
rewind();

0 commit comments

Comments
 (0)