Skip to content

Commit 07acd80

Browse files
Merge pull request #49 from smithlabcode/formatting-all-sources
Reformatting all sources
2 parents 41067cc + d99fff9 commit 07acd80

27 files changed

+1225
-1488
lines changed

.github/workflows/source-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: sudo apt-get install -y clang-format
1818
- name: Run clang-format
1919
run: |
20-
git $(ls-files '*.*pp') | xargs clang-format -n -Werror
20+
clang-format -n -Werror $(git ls-files '*.*pp')

0 commit comments

Comments
 (0)