summaryrefslogtreecommitdiff
path: root/core/os/spin_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/spin_lock.h')
-rw-r--r--core/os/spin_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/spin_lock.h b/core/os/spin_lock.h
index 6e8d7f46d5..80eeef3386 100644
--- a/core/os/spin_lock.h
+++ b/core/os/spin_lock.h
@@ -48,4 +48,5 @@ public:
locked.clear(std::memory_order_release);
}
};
+
#endif // SPIN_LOCK_H