Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jan 9, 2024
1 parent af80adc commit 50450e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tesseract_collision/vhacd/src/convex_decomposition_vhacd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ class ProgressCallback : public VHACD::IVHACD::IUserCallback
const char* const stage,
const char* operation) override
{
std::cout << std::setfill(' ') << std::setw(3) << ceil(overallProgress) << "% " << "[ " << stage << " "
<< std::setfill(' ') << std::setw(3) << ceil(stageProgress) << "% ] " << operation << std::endl;
std::cout << std::setfill(' ') << std::setw(3) << ceil(overallProgress) << "% "
<< "[ " << stage << " " << std::setfill(' ') << std::setw(3) << ceil(stageProgress) << "% ] " << operation
<< std::endl;
}
};

Expand Down

0 comments on commit 50450e9

Please sign in to comment.