Skip to content

Commit d2b878f

Browse files
style(pre-commit): autofix
1 parent ff7e705 commit d2b878f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

autoware_overlay_rviz_plugin/autoware_topic_text_overlay_rviz_plugin/src/jsk_overlay_utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4444
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4545

46-
#ifndef AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
47-
#define AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
46+
#ifndef JSK_OVERLAY_UTILS_HPP_
47+
#define JSK_OVERLAY_UTILS_HPP_
4848

4949
#include <OgreHardwarePixelBuffer.h>
5050
#include <OgreMaterialManager.h>
@@ -119,4 +119,4 @@ class OverlayObject
119119
};
120120
} // namespace autoware::topic_text_overlay_rviz_plugin
121121

122-
#endif // AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
122+
#endif // JSK_OVERLAY_UTILS_HPP_

autoware_overlay_rviz_plugin/autoware_topic_text_overlay_rviz_plugin/src/topic_text_overlay_panel.hpp

Lines changed: 3 additions & 3 deletions
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 AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
16-
#define AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
15+
#ifndef TOPIC_TEXT_OVERLAY_PANEL_HPP_
16+
#define TOPIC_TEXT_OVERLAY_PANEL_HPP_
1717

1818
#include "jsk_overlay_utils.hpp"
1919

@@ -129,4 +129,4 @@ private Q_SLOTS:
129129
};
130130
} // namespace autoware::topic_text_overlay_rviz_plugin
131131

132-
#endif // AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
132+
#endif // TOPIC_TEXT_OVERLAY_PANEL_HPP_

0 commit comments

Comments
 (0)