From ba9623361f74be93674f2862903a39ae6d48e96e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 22 Feb 2023 10:40:09 +0100 Subject: fix formatting --- actions.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'actions.h') diff --git a/actions.h b/actions.h index 521bdaf..c3376b7 100644 --- a/actions.h +++ b/actions.h @@ -7,14 +7,13 @@ #define NS_NUM (sizeof(enum ns_type)) struct arg_clone { - const struct act_call *args; - pid_t pid; - long ret; - int err; + const struct act_call *args; + pid_t pid; + long ret; + int err; }; int do_call(struct arg_clone *c); -int do_actions(void *data, struct action actions[], unsigned int n_actions, int tpid, - int notifyfd, uint64_t id); +int do_actions(void *data, struct action actions[], unsigned int n_actions, + int tpid, int notifyfd, uint64_t id); #endif /* ACTIONS_H */ - -- cgit v1.2.3