diff options
Diffstat (limited to 'cmds/idmap2/tests/R.h')
-rw-r--r-- | cmds/idmap2/tests/R.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/idmap2/tests/R.h b/cmds/idmap2/tests/R.h index ac9b0580d2d9..89219c9c8213 100644 --- a/cmds/idmap2/tests/R.h +++ b/cmds/idmap2/tests/R.h @@ -66,8 +66,8 @@ namespace R::overlay { constexpr ResourceId str1 = 0x7f02000b; constexpr ResourceId str3 = 0x7f02000c; constexpr ResourceId str4 = 0x7f02000d; - } -} + } // namespace string +} // namespace R::overlay // clang-format on } // namespace android::idmap2 |