Skip to content

Commit f0108f7

Browse files
authored
Merge pull request #741 from pabuhler/clang-format-14
update formatting scripts to clang-format-14
2 parents 7d20c51 + 2a6c15d commit f0108f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Install Clang Format
15-
run: sudo apt install clang-format-12
15+
run: sudo apt install clang-format-14
1616
- name: Run clang format
1717
run: ./format.sh -d

format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# assumes git tree is clean when reporting status
88

99
if [ -z "${CLANG_FORMAT}" ]; then
10-
CLANG_FORMAT=clang-format-12
10+
CLANG_FORMAT=clang-format-14
1111
fi
1212

1313
a=`git ls-files '*.h' '*.c'`

0 commit comments

Comments
 (0)