diff options
Diffstat (limited to 'runtime/arch/memcmp16.h')
| -rw-r--r-- | runtime/arch/memcmp16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/memcmp16.h b/runtime/arch/memcmp16.h index c449a14b54..b051a1ccab 100644 --- a/runtime/arch/memcmp16.h +++ b/runtime/arch/memcmp16.h @@ -59,7 +59,7 @@ namespace testing { // implementation. int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count); -} +} // namespace testing } // namespace art |