Add indentation

release/4.3a0
Varun Agrawal 2020-07-09 20:02:09 -04:00
parent 7dfc79971a
commit f23587fafd
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@ public:
// If needed, apply chain rule
if (Dpose)
*Dpose = Dpi_pn * *Dpose;
*Dpose = Dpi_pn * *Dpose;
if (Dpoint)
*Dpoint = Dpi_pn * *Dpoint;
*Dpoint = Dpi_pn * *Dpoint;
return pi;
}