Adds braces to if() return;

This commit is contained in:
Markus Blatt
2015-02-16 11:42:42 +01:00
parent f19a83bbda
commit 3eb13e74dd

View File

@@ -189,7 +189,9 @@ public:
buffer.write(sendProps_.cellPvtRegionIndex()[e.index()]);
buffer.write(sendProps_.pvtTableIdx_[e.index()]);
if ( size_==2 )
{
return;
}
buffer.write(sendProps_.satOilMax_[e.index()]);
}
template<class B, class T>