ci: fix make indent

This patch fixes applies the changes required by clang-format v15.0.5
for `make indent`.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2022-11-24 10:48:35 +00:00 committed by Adrian Reber
parent 5b9f7a93fc
commit 4f659d591f
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ struct shared {
futex_t fstate;
int status;
int code;
} * sh;
} *sh;
static int new_pgrp(void)
{

View file

@ -21,7 +21,7 @@ struct shared {
futex_t fstate;
int status;
int code;
} * sh;
} *sh;
static int new_pgrp(void)
{

View file

@ -38,7 +38,7 @@ int main(int argc, char **argv)
struct {
futex_t delta;
futex_t stop;
} * shm;
} *shm;
uint32_t v;
unsigned long long count = 0;
int i;