From 4f659d591fa8289f78655e88668de81ffa97f1ca Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Thu, 24 Nov 2022 10:48:35 +0000 Subject: [PATCH] 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 --- test/zdtm/static/stopped03.c | 2 +- test/zdtm/static/stopped04.c | 2 +- test/zdtm/transition/maps007.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/zdtm/static/stopped03.c b/test/zdtm/static/stopped03.c index 85c7177f7..9a373930f 100644 --- a/test/zdtm/static/stopped03.c +++ b/test/zdtm/static/stopped03.c @@ -23,7 +23,7 @@ struct shared { futex_t fstate; int status; int code; -} * sh; +} *sh; static int new_pgrp(void) { diff --git a/test/zdtm/static/stopped04.c b/test/zdtm/static/stopped04.c index 237094ca4..9bd968aa2 100644 --- a/test/zdtm/static/stopped04.c +++ b/test/zdtm/static/stopped04.c @@ -21,7 +21,7 @@ struct shared { futex_t fstate; int status; int code; -} * sh; +} *sh; static int new_pgrp(void) { diff --git a/test/zdtm/transition/maps007.c b/test/zdtm/transition/maps007.c index 8a605cfe0..35c196bc4 100644 --- a/test/zdtm/transition/maps007.c +++ b/test/zdtm/transition/maps007.c @@ -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;