Skip to content

Commit

Permalink
Merge pull request #49 from smithlabcode/formatting-all-sources
Browse files Browse the repository at this point in the history
Reformatting all sources
  • Loading branch information
andrewdavidsmith committed Jun 23, 2024
2 parents 41067cc + d99fff9 commit 07acd80
Show file tree
Hide file tree
Showing 27 changed files with 1,225 additions and 1,488 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/source-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: sudo apt-get install -y clang-format
- name: Run clang-format
run: |
git $(ls-files '*.*pp') | xargs clang-format -n -Werror
clang-format -n -Werror $(git ls-files '*.*pp')
Loading

0 comments on commit 07acd80

Please sign in to comment.