Skip to content

Commit 5e27d05

Browse files
committed
Fixing some format issues.
1 parent f97aef7 commit 5e27d05

2 files changed

Lines changed: 4701 additions & 5 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
2222
- name: Check clang-format
2323
run: |
24-
find . -name "*.cpp" -o -name "*.h" -o -name "*.hpp" -not -path "./visage_graphics/third_party" | \
24+
find . -name "*.cpp" -o -name "*.h" -not -path "./visage_graphics/third_party"
25+
find . -name "*.cpp" -o -name "*.h" -not -path "./visage_graphics/third_party" | \
2526
xargs clang-format --dry-run --Werror --style=file

visage_graphics/tests/lato_regular.h

Lines changed: 4699 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)