mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
Update to clang-format-15
This commit is contained in:
committed by
Michael Stapelberg
parent
bffa4a543c
commit
f4959d5da4
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -84,8 +84,8 @@ jobs:
|
||||
run: ./release-notes/generator.pl
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y clang-format-14
|
||||
sudo apt-get install -y clang-format-15
|
||||
- name: Check formatting
|
||||
run: clang-format-14 --dry-run --Werror $(git ls-files '*.c' '*.h')
|
||||
run: clang-format-15 --dry-run --Werror $(git ls-files '*.c' '*.h')
|
||||
- name: Verify safe wrapper functions are used
|
||||
run: ./travis/check-safe-wrappers.sh
|
||||
|
||||
@ -40,7 +40,7 @@ static int num_marks;
|
||||
struct pending_marks {
|
||||
char *mark;
|
||||
Con *con_to_be_marked;
|
||||
} * marks;
|
||||
} *marks;
|
||||
|
||||
/* This list is used for reordering the focus stack after parsing the 'focus'
|
||||
* array. */
|
||||
|
||||
Reference in New Issue
Block a user