style(tests): remove consecutive blank lines in tests directory - #1324
style(tests): remove consecutive blank lines in tests directory#1324deepin-wm wants to merge 1 commit into
Conversation
Collapse multiple consecutive blank lines into single ones across 36 files in tests/ to fix leftover style issues. 将 tests/ 目录下 36 个文件中的连续空行合并为单行,修复遗留风格问题。 Log: 修复 tests 目录中遗留的连续空行问题 Influence: 纯空白行清理,不影响编译和运行时行为。
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepin-wm The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR normalizes whitespace in the tests directory by collapsing consecutive blank lines into single blank lines across protocol test sources, headers, and two test mains, ensuring consistent formatting without changing any logic or behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot New tag: 0.9.1 |
修复 tests 目录中遗留的两行空格问题
将
tests/目录下 36 个文件中的连续空行(两行及以上)合并为单行空行,共删除 160 行多余空行。纯空白行变更,不影响编译和运行时行为。改动范围
tests/protocols/下的协议测试代码(.c/.h/.cpp)tests/test_effect_glass/main.cpptests/test_protocol_window-management/main.cpptests/protocols/framework/README.md相关 Issue
WM-323
Summary by Sourcery
Enhancements: