From 4fe8b390cb4e361ef4002fdcbea066168f16aef0 Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Fri, 25 Mar 2022 19:32:17 +0800 Subject: [PATCH] test Signed-off-by: sunyaozu --- frameworks/i18n/include/data_resource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/i18n/include/data_resource.h b/frameworks/i18n/include/data_resource.h index 301f9c3..2d7f77e 100644 --- a/frameworks/i18n/include/data_resource.h +++ b/frameworks/i18n/include/data_resource.h @@ -144,5 +144,5 @@ private: uint32_t loaded[DataResourceType::RESOURCE_TYPE_END] = { 0 }; }; } // I18N -} // OHOS -#endif \ No newline at end of file +} // namespace OHOS +#endif -- Gitee