We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8567a commit 934eab8Copy full SHA for 934eab8
common/tier4_state_rviz_plugin/src/custom_toggle_switch.cpp
@@ -87,4 +87,4 @@ void CustomToggleSwitch::setCheckedState(bool state)
87
setChecked(state);
88
blockSignalsGuard = false;
89
update(); // Force repaint
90
-}
+}
common/tier4_state_rviz_plugin/src/include/material_colors.hpp
@@ -12,8 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#ifndef MATERIAL_COLORS_HPP
16
-#define MATERIAL_COLORS_HPP
+#ifndef MATERIAL_COLORS_HPP_
+#define MATERIAL_COLORS_HPP_
17
#include <string>
18
19
namespace autoware
@@ -85,4 +85,4 @@ inline MaterialColors default_colors;
85
} // namespace state_rviz_plugin
86
} // namespace autoware
-#endif // MATERIAL_COLORS_HPP
+#endif // MATERIAL_COLORS_HPP_
0 commit comments