Normalize C/C++ include guards
[babeltrace.git] / tests / lib / conds / utils.hpp
index 2ea53bc4e8d7739f488df13decac8f8d8f514986..7833c072ce86805ceeacd9aa04c00992512246c4 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2020 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef TESTS_LIB_CONDS_UTILS_HPP
-#define TESTS_LIB_CONDS_UTILS_HPP
+#ifndef BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP
+#define BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP
 
 #include <functional>
 #include <memory>
@@ -180,4 +180,4 @@ using CondTriggers = std::vector<CondTrigger::UP>;
  */
 void condMain(const bt2s::span<const char * const> argv, const CondTriggers& triggers) noexcept;
 
-#endif /* TESTS_LIB_CONDS_UTILS_HPP */
+#endif /* BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP */
This page took 0.023956 seconds and 4 git commands to generate.