Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
graphic_graphic_2d
/
interfaces
/
kits
/
napi
/
graphic
/
hyper_graphic_manager
下载当前目录
wh_qwe
fix: Apply code style fixes to hyper_graphic_manager module
6b06cee4
创建于
22 天前
历史提交
文件
最后提交记录
最后更新时间
src
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 天前
BUILD.gn
Canonical coding Signed-off-by: liqianqian4 <liqianqian43@huawei.com>
9 个月前