From de1271cb2523b87f9b4ce0c3b1e6fe6aa9dda893 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Thu, 27 May 2021 16:35:34 +0100 Subject: [PATCH] small whitespace fix --- robotiq_3f_rviz/src/robotiq_3f_rviz.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robotiq_3f_rviz/src/robotiq_3f_rviz.cpp b/robotiq_3f_rviz/src/robotiq_3f_rviz.cpp index 6defe8cc..9532769d 100644 --- a/robotiq_3f_rviz/src/robotiq_3f_rviz.cpp +++ b/robotiq_3f_rviz/src/robotiq_3f_rviz.cpp @@ -1,4 +1,4 @@ -# include +#include #include // generated from "panel.ui" using CMAKE_AUTOMOC #include #include @@ -181,4 +181,4 @@ void Robotiq3FingerPanel::set_button_active(QPushButton *button, const bool acti #include "robotiq_3f_rviz.moc" #include -PLUGINLIB_EXPORT_CLASS(robotiq_3f_rviz::Robotiq3FingerPanel,rviz::Panel ) +PLUGINLIB_EXPORT_CLASS(robotiq_3f_rviz::Robotiq3FingerPanel, rviz::Panel)