Reduce scope
Change-Id: I6bdff92cee194d79af98227d48c68304ee56593b
This commit is contained in:
@@ -417,9 +417,8 @@ SvStream::SvStream( SvLockBytes* pLockBytesP )
|
|||||||
|
|
||||||
ImpInit();
|
ImpInit();
|
||||||
xLockBytes = pLockBytesP;
|
xLockBytes = pLockBytesP;
|
||||||
const SvStream* pStrm;
|
|
||||||
if( pLockBytesP ) {
|
if( pLockBytesP ) {
|
||||||
pStrm = pLockBytesP->GetStream();
|
const SvStream* pStrm = pLockBytesP->GetStream();
|
||||||
if( pStrm ) {
|
if( pStrm ) {
|
||||||
SetError( pStrm->GetErrorCode() );
|
SetError( pStrm->GetErrorCode() );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user