cleanup: fix header include guards
authorErica Bugden <ebugden@efficios.com>
Mon, 11 Nov 2024 21:40:26 +0000 (16:40 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Nov 2024 20:26:31 +0000 (15:26 -0500)
commit7baafa609201eee4a5558bf8d5944cb6234545c8
tree0a53ead3b97ac4dffb388613b0d209a78499ef8b
parent8d23952d667a755a38b75fba904c46385a86e0e4
cleanup: fix header include guards

...to resolve the following linter errors:

    $ tools/check-include-guards.sh
    ...
    src/bindings/python/bt2/bt2/native_bt_log_and_append_error.hpp: In `#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_LOG_AND_APPEND_ERROR_H` include guard line: expecting `#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_LOG_AND_APPEND_ERROR_HPP`
    ...
    src/bindings/python/bt2/bt2/native_bt_bt2_objects.hpp: In `#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_BT2_OBJECTS_H` include guard line: expecting `#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_BT2_OBJECTS_HPP`
    ...

These errors were introduced in commit
c217058f798d ("bt2: some more .h -> .hpp") where the headers were
converted to .hpp but the include guards were not updated.

Change-Id: I2f422c3c8ab1a5ad1f3854fb90ca7163d61f6b04
Signed-off-by: Erica Bugden <ebugden@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13528
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/bindings/python/bt2/bt2/native_bt_bt2_objects.hpp
src/bindings/python/bt2/bt2/native_bt_log_and_append_error.hpp
This page took 0.024764 seconds and 4 git commands to generate.