diff options
Diffstat (limited to 'runtime/base/macros.h')
-rw-r--r-- | runtime/base/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/macros.h b/runtime/base/macros.h index 44a7f1e939..879c10c1ae 100644 --- a/runtime/base/macros.h +++ b/runtime/base/macros.h @@ -196,6 +196,6 @@ template<typename T> void UNUSED(const T&) {} #define SHARED_TRYLOCK_FUNCTION(...) #define UNLOCK_FUNCTION(...) -#endif // defined(__SUPPORT_TS_ANNOTATION__) +#endif // defined(__SUPPORT_TS_ANNOTATION__) #endif // ART_RUNTIME_BASE_MACROS_H_ |