diff options
Diffstat (limited to 'runtime/arch/memcmp16.cc')
| -rw-r--r-- | runtime/arch/memcmp16.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/memcmp16.cc b/runtime/arch/memcmp16.cc index 813df2f1d7..e714cfc18d 100644 --- a/runtime/arch/memcmp16.cc +++ b/runtime/arch/memcmp16.cc @@ -37,7 +37,7 @@ int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count) { return MemCmp16(s0, s1, count); } -} +} // namespace testing } // namespace art |