Skip to content

Commit

Permalink
small whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Jun 13, 2022
1 parent 45196f6 commit de1271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robotiq_3f_rviz/src/robotiq_3f_rviz.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# include <rviz/panel.h>
#include <rviz/panel.h>
#include <ui_panel.h> // generated from "panel.ui" using CMAKE_AUTOMOC
#include <ros/ros.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
Expand Down Expand Up @@ -181,4 +181,4 @@ void Robotiq3FingerPanel::set_button_active(QPushButton *button, const bool acti
#include "robotiq_3f_rviz.moc"

#include <pluginlib/class_list_macros.h>
PLUGINLIB_EXPORT_CLASS(robotiq_3f_rviz::Robotiq3FingerPanel,rviz::Panel )
PLUGINLIB_EXPORT_CLASS(robotiq_3f_rviz::Robotiq3FingerPanel, rviz::Panel)

0 comments on commit de1271c

Please sign in to comment.