Skip to content

Commit 3224298

Browse files
authored
Apply clang-format for more source files (#795)
Apply clang-format for C source files in folder core/app-mgr, core/app-framework, and test-tools. And rename folder component_test to component-test, update zephyr build document. Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
1 parent 225f5d0 commit 3224298

143 files changed

Lines changed: 5346 additions & 4596 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/codeing_guildelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v2
3434
with:
3535
fetch-depth: 0
36-
36+
3737
# github.event.pull_request.base.label = ${{github.repository}}/${{github.base_ref}}
3838
- name: Run Coding Guidelines Checks
3939
run: /usr/bin/env python3 ./ci/coding_guidelines_check.py --commits ${{ github.event.pull_request.base.sha }}..HEAD

0 commit comments

Comments
 (0)