Skip to content

Commit 934eab8

Browse files
style(pre-commit): autofix
1 parent 3e8567a commit 934eab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/tier4_state_rviz_plugin/src/custom_toggle_switch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ void CustomToggleSwitch::setCheckedState(bool state)
8787
setChecked(state);
8888
blockSignalsGuard = false;
8989
update(); // Force repaint
90-
}
90+
}

common/tier4_state_rviz_plugin/src/include/material_colors.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef MATERIAL_COLORS_HPP
16-
#define MATERIAL_COLORS_HPP
15+
#ifndef MATERIAL_COLORS_HPP_
16+
#define MATERIAL_COLORS_HPP_
1717
#include <string>
1818

1919
namespace autoware
@@ -85,4 +85,4 @@ inline MaterialColors default_colors;
8585
} // namespace state_rviz_plugin
8686
} // namespace autoware
8787

88-
#endif // MATERIAL_COLORS_HPP
88+
#endif // MATERIAL_COLORS_HPP_

0 commit comments

Comments
 (0)