aboutgitcodelistschat:MatrixIRC
path: root/actions.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-02-22 10:40:09 +0100
committerAlice Frosi <afrosi@redhat.com>2023-02-22 10:40:09 +0100
commitba9623361f74be93674f2862903a39ae6d48e96e (patch)
tree518766500b31e8d25dbf5c29fc4a2673685b4e7a /actions.h
parentd7ecb9bf478d53132540079deceab11dbe750947 (diff)
downloadseitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar.gz
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar.bz2
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar.lz
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar.xz
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.tar.zst
seitan-ba9623361f74be93674f2862903a39ae6d48e96e.zip
fix formatting
Diffstat (limited to 'actions.h')
-rw-r--r--actions.h13
1 files changed, 6 insertions, 7 deletions
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 */
-