Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <brawner@gmail.com>
  • Loading branch information
brawner committed Oct 28, 2020
1 parent daee715 commit 6db39d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/test/benchmark/benchmark_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ constexpr char empty_service_name[] = "empty_service";
class ServicePerformanceTest : public PerformanceTest
{
public:
ServicePerformanceTest() : callback_count(0) {}
ServicePerformanceTest()
: callback_count(0) {}

void SetUp(benchmark::State & state)
{
Expand Down

0 comments on commit 6db39d0

Please sign in to comment.