1 10 Whitespace changes after clang-format run (#287)

* HDFFV-10865 - merge from dev, HDFArray perf fix.

* Remove duplicate setting

* Whitespace changes after clang format

* Undo version 11 clang format changes
This commit is contained in:
Allen Byrne
2021-01-29 06:59:33 -06:00
committed by GitHub
parent 40dfdee0f5
commit 674e1f02a3
19 changed files with 264 additions and 75 deletions

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.
uses: DoozyX/clang-format-lint-action@v0.10
uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
extensions: 'c,h,cpp,hpp'