Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jan 18, 2022
1 parent f82a0ac commit dc5211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ void CameraTest::ShaderSelection(const std::string &_renderEngine)
if (_renderEngine == "optix")
{
igndbg << "Custom shaders are not supported yet in rendering engine: "
<< _renderEngine << std::endl;
<< _renderEngine << std::endl;
return;
}
else if (_renderEngine == "ogre2")
Expand Down Expand Up @@ -597,7 +597,7 @@ void CameraTest::ShaderSelection(const std::string &_renderEngine)
if (!engine)
{
igndbg << "Engine '" << _renderEngine
<< "' is not supported" << std::endl;
<< "' is not supported" << std::endl;
return;
}

Expand Down

0 comments on commit dc5211e

Please sign in to comment.