Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent 9bfd043 commit a393c28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef TIME_UTILS__STOPWATCH_HPP_
#define TIME_UTILS__STOPWATCH_HPP_
#ifndef AUTOWARE__TIME_UTILS__STOPWATCH_HPP_
#define AUTOWARE__TIME_UTILS__STOPWATCH_HPP_

#include <autoware/time_utils/visibility_control.hpp>

Expand Down Expand Up @@ -85,4 +85,4 @@ class TIME_UTILS_PUBLIC Stopwatch
} // namespace common
} // namespace autoware

#endif // TIME_UTILS__STOPWATCH_HPP_
#endif // AUTOWARE__TIME_UTILS__STOPWATCH_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.
#ifndef TIME_UTILS__TIME_UTILS_HPP_
#define TIME_UTILS__TIME_UTILS_HPP_
#ifndef AUTOWARE__TIME_UTILS__TIME_UTILS_HPP_
#define AUTOWARE__TIME_UTILS__TIME_UTILS_HPP_

#include <autoware/time_utils/visibility_control.hpp>
#include <builtin_interfaces/msg/duration.hpp>
#include <builtin_interfaces/msg/time.hpp>
#include <autoware/time_utils/visibility_control.hpp>

#include <chrono>

Expand All @@ -29,4 +29,4 @@ TIME_UTILS_PUBLIC std::chrono::nanoseconds interpolate(
std::chrono::nanoseconds a, std::chrono::nanoseconds b, float t) noexcept;
} // namespace autoware::time_utils

#endif // TIME_UTILS__TIME_UTILS_HPP_
#endif // AUTOWARE__TIME_UTILS__TIME_UTILS_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 TIME_UTILS__VISIBILITY_CONTROL_HPP_
#define TIME_UTILS__VISIBILITY_CONTROL_HPP_
#ifndef AUTOWARE__TIME_UTILS__VISIBILITY_CONTROL_HPP_
#define AUTOWARE__TIME_UTILS__VISIBILITY_CONTROL_HPP_

#if defined(__WIN32)
#if defined(TIME_UTILS_BUILDING_DLL) || defined(TIME_UTILS_EXPORTS)
Expand All @@ -33,4 +33,4 @@
#error "Unsupported Build Configuration"
#endif // defined(_WINDOWS)

#endif // TIME_UTILS__VISIBILITY_CONTROL_HPP_
#endif // AUTOWARE__TIME_UTILS__VISIBILITY_CONTROL_HPP_

0 comments on commit a393c28

Please sign in to comment.