Skip to content

Commit

Permalink
Fix lint error for draconian header guard rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukanani committed Feb 26, 2020
1 parent 40175cf commit 1385a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/vision_msgs/create_aabb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef VISION_MSGS__CREATE_AABB_H_
#define VISION_MSGS__CREATE_AABB_H_
#ifndef VISION_MSGS__CREATE_AABB_HPP_
#define VISION_MSGS__CREATE_AABB_HPP_

#include "vision_msgs/msg/bounding_box2_d.hpp"
#include "vision_msgs/msg/bounding_box3_d.hpp"
Expand Down Expand Up @@ -68,4 +68,4 @@ static inline msg::BoundingBox3D createAABB3D(
}
} // namespace vision_msgs

#endif // VISION_MSGS__CREATE_AABB_H_
#endif // VISION_MSGS__CREATE_AABB_HPP_

0 comments on commit 1385a84

Please sign in to comment.