tests: fix some include guards
[babeltrace.git] / tests / lib / conds / utils.hpp
index 0fd4fa0adb2de2b96d395d40cb8c3aa20f8cdfda..c1288c4f52a51f0bedb36c733502210966f8249e 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2020 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef TESTS_LIB_CONDS_UTILS_H
-#define TESTS_LIB_CONDS_UTILS_H
+#ifndef TESTS_LIB_CONDS_UTILS_HPP
+#define TESTS_LIB_CONDS_UTILS_HPP
 
 #include <functional>
 #include <string>
@@ -176,4 +176,4 @@ using CondTriggers = bt2s::span<CondTrigger * const>;
  */
 void condMain(int argc, const char **argv, CondTriggers triggers) noexcept;
 
-#endif /* TESTS_LIB_CONDS_UTILS_H */
+#endif /* TESTS_LIB_CONDS_UTILS_HPP */
This page took 0.023753 seconds and 4 git commands to generate.