Kaydet (Commit) 8d7973f8 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Reduce the amount of indentation by early exit.

Change-Id: Ibcf64f57d84dd90a41421522c8082319f1d5796a
üst 3f6f7566
...@@ -688,7 +688,7 @@ bool CalculateTest( bool _bTemplin ...@@ -688,7 +688,7 @@ bool CalculateTest( bool _bTemplin
,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2 ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2
,const ScMatrixRef& pMat1,const ScMatrixRef& pMat2 ,const ScMatrixRef& pMat1,const ScMatrixRef& pMat2
,double& fT,double& fF); ,double& fT,double& fF);
void CalculateLookup(bool HLookup); void CalculateLookup(bool bHLookup);
bool FillEntry(ScQueryEntry& rEntry); bool FillEntry(ScQueryEntry& rEntry);
void CalculateAddSub(bool _bSub); void CalculateAddSub(bool _bSub);
void CalculateTrendGrowth(bool _bGrowth); void CalculateTrendGrowth(bool _bGrowth);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment