Skip to content

Commit

Permalink
Solve style problems
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed May 8, 2023
1 parent 8c70172 commit cc88596
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/InstallationDirectories.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ inline namespace GZ_RENDERING_VERSION_NAMESPACE {

std::string getResourcePath()
{
return gz::common::joinPaths(getInstallPrefix(), GZ_RENDERING_RELATIVE_RESOURCE_PATH);
return gz::common::joinPaths(
getInstallPrefix(), GZ_RENDERING_RELATIVE_RESOURCE_PATH);
}

std::string getEngineInstallDir()
{
return gz::common::joinPaths(getInstallPrefix(), GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR);
return gz::common::joinPaths(
getInstallPrefix(), GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR);
}

}
Expand Down

0 comments on commit cc88596

Please sign in to comment.