summaryrefslogtreecommitdiff
path: root/src/components/include/utils/memory_barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/memory_barrier.h')
-rw-r--r--src/components/include/utils/memory_barrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/include/utils/memory_barrier.h b/src/components/include/utils/memory_barrier.h
index 43c7c9df14..f9452d76ad 100644
--- a/src/components/include/utils/memory_barrier.h
+++ b/src/components/include/utils/memory_barrier.h
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_UTILS_INCLUDE_UTILS_MEMORY_BARRIER_H_
-#define SRC_COMPONENTS_UTILS_INCLUDE_UTILS_MEMORY_BARRIER_H_
+#ifndef SRC_COMPONENTS_INCLUDE_UTILS_MEMORY_BARRIER_H_
+#define SRC_COMPONENTS_INCLUDE_UTILS_MEMORY_BARRIER_H_
#ifdef __QNXNTO__
#include <sys/cpuinline.h>
@@ -51,4 +51,4 @@ inline void memory_barrier() {
} // namespace utils
-#endif // SRC_COMPONENTS_UTILS_INCLUDE_UTILS_MEMORY_BARRIER_H_
+#endif // SRC_COMPONENTS_INCLUDE_UTILS_MEMORY_BARRIER_H_