mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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:
parent
5b9f7a93fc
commit
4f659d591f
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ struct shared {
|
|||
futex_t fstate;
|
||||
int status;
|
||||
int code;
|
||||
} * sh;
|
||||
} *sh;
|
||||
|
||||
static int new_pgrp(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ struct shared {
|
|||
futex_t fstate;
|
||||
int status;
|
||||
int code;
|
||||
} * sh;
|
||||
} *sh;
|
||||
|
||||
static int new_pgrp(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue