Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -518,7 +518,8 @@ public:
|
||||
static
|
||||
void reorientCamera(SoCamera * cam, const SbRotation & rot)
|
||||
{
|
||||
if (cam == nullptr) return;
|
||||
if (cam == nullptr)
|
||||
return;
|
||||
|
||||
// Find global coordinates of focal point.
|
||||
SbVec3f direction;
|
||||
|
||||
Reference in New Issue
Block a user