From af4058871e49459c7fbe3f6f1963a36c028f2aa7 Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Wed, 27 Mar 2024 13:34:26 +0800 Subject: [PATCH] timer: fix wrapping allignment in function declaration Currently we have tabs + spaces on the wrapped line but the wrapped part is not alligned to the opening bracket. Fixes: bbe26d1b7 ("timer: fix allignment in function definition") Signed-off-by: Pavel Tikhomirov --- criu/include/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/criu/include/timer.h b/criu/include/timer.h index 09583a901..d1deb6051 100644 --- a/criu/include/timer.h +++ b/criu/include/timer.h @@ -13,5 +13,5 @@ extern int prepare_posix_timers(int pid, struct task_restore_args *ta, CoreEntry extern int parasite_dump_itimers_seized(struct parasite_ctl *ctl, struct pstree_item *item); extern int parasite_dump_posix_timers_seized(struct proc_posix_timers_stat *proc_args, struct parasite_ctl *ctl, - struct pstree_item *item); -#endif \ No newline at end of file + struct pstree_item *item); +#endif