Skip to content

Commit

Permalink
criu/seize.c: clang-format it
Browse files Browse the repository at this point in the history
Done using clang-format 19.1.5 with .clang-format obtained via
scripts/fetch-clang-format.sh.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Dec 17, 2024
1 parent 32d5a76 commit deda13b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion criu/seize.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ static const char frozen[] = "FROZEN";
static const char freezing[] = "FREEZING";
static const char thawed[] = "THAWED";

enum freezer_state { FREEZER_ERROR = -1, THAWED, FROZEN, FREEZING };
enum freezer_state { FREEZER_ERROR = -1,
THAWED,
FROZEN,
FREEZING };

/* Track if we are running on cgroup v2 system. */
static bool cgroup_v2 = false;
Expand Down

0 comments on commit deda13b

Please sign in to comment.