Skip to content

Commit 7d23f71

Browse files
style(pre-commit): autofix
1 parent 8adce2b commit 7d23f71

File tree

1 file changed

+3
-3
lines changed
  • perception/autoware_traffic_light_selector/src

1 file changed

+3
-3
lines changed

perception/autoware_traffic_light_selector/src/utils.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 TRAFFIC_LIGHT_SELECTOR_NODE_UTILS_HPP_
16-
#define TRAFFIC_LIGHT_SELECTOR_NODE_UTILS_HPP_
15+
#ifndef UTILS_HPP_
16+
#define UTILS_HPP_
1717

1818
#include <opencv2/core/types.hpp>
1919
#include <opencv2/opencv.hpp>
@@ -70,4 +70,4 @@ cv::Mat shiftAndPaddingImage(cv::Mat & img, int dx, int dy);
7070
} // namespace utils
7171
} // namespace autoware::traffic_light
7272

73-
#endif // TRAFFIC_LIGHT_SELECTOR_NODE_UTILS_HPP_
73+
#endif // UTILS_HPP_

0 commit comments

Comments
 (0)