aboutsummaryrefslogtreecommitdiff
path: root/src/common/atomic_helpers.h
diff options
context:
space:
mode:
authorLevi Behunin <l3ehunin@gmail.com>2023-01-29 13:54:13 -0700
committerBehunin <l3ehunin@gmail.com>2023-01-29 17:49:42 -0700
commitd5fc56db4bdebcf4f45e39e9c9d0f40229de8cea (patch)
tree4bbcaee76bde35ddc6eff9a1c639866cf278b353 /src/common/atomic_helpers.h
parent3aab57452153c3dfa8591809bc09797da03b44dc (diff)
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
Diffstat (limited to 'src/common/atomic_helpers.h')
-rw-r--r--src/common/atomic_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/atomic_helpers.h b/src/common/atomic_helpers.h
index aef3b66a4c..d997f10bac 100644
--- a/src/common/atomic_helpers.h
+++ b/src/common/atomic_helpers.h
@@ -75,7 +75,7 @@ extern "C" void AnnotateHappensAfter(const char*, int, void*);
#if defined(AE_VCPP) || defined(AE_ICC)
#define AE_FORCEINLINE __forceinline
#elif defined(AE_GCC)
-//#define AE_FORCEINLINE __attribute__((always_inline))
+// #define AE_FORCEINLINE __attribute__((always_inline))
#define AE_FORCEINLINE inline
#else
#define AE_FORCEINLINE inline