0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. graphic_graphic_2d
  2. /
  3. interfaces
  4. /
  5. kits
  6. /
  7. napi
  8. /
  9. graphic
  10. /
  11. hyper_graphic_manager
  12. /
  13. src
wh_qwewh_qwefix: Apply code style fixes to hyper_graphic_manager module
6b06cee4创建于 22 天前历史提交
文件最后提交记录最后更新时间
hyper_graphic_manager_napi.cpp
fix: Apply code style fixes to hyper_graphic_manager module Apply consistent code style across hyper_graphic_manager module and related paths: - Add blank lines before private/protected keywords - Remove trailing spaces - Remove redundant std::string empty initialization - Change member variable init from = {} to {} style - Sort include files alphabetically within each group - Add blank line between STL and project includes - Fix reference operator placement next to type Affected paths: - rosen/modules/hyper_graphic_manager/ - rosen/modules/render_service/core/feature/hyper_graphic_manager/ - rosen/modules/render_service_client/core/feature/hyper_graphic_manager/ - rosen/modules/render_service_base/src/feature/hyper_graphic_manager/ - interfaces/inner_api/hyper_graphic_manager/ - interfaces/kits/napi/graphic/hyper_graphic_manager/ - rosen/test/hyper_graphic_manager/ Signed-off-by: wh_qwe <taylor.wanghao@huawei.com> Co-Authored-By: Agent 22 天前