diff --git a/42sh/src/builtin/builtin_math.c b/42sh/src/builtin/builtin_math.c index 8bc10d55..f8eeda67 100644 --- a/42sh/src/builtin/builtin_math.c +++ b/42sh/src/builtin/builtin_math.c @@ -1,14 +1,14 @@ -/* /1* ************************************************************************** *1/ */ -/* /1* *1/ */ -/* /1* ::: :::::::: *1/ */ -/* /1* exec_math.c :+: :+: :+: *1/ */ -/* /1* +:+ +:+ +:+ *1/ */ -/* /1* By: ariard +#+ +:+ +#+ *1/ */ -/* /1* +#+#+#+#+#+ +#+ *1/ */ -/* /1* Created: 2017/03/07 10:58:49 by ariard #+# #+# *1/ */ -/* Updated: 2017/03/16 15:53:01 by jhalford ### ########.fr */ -/* /1* *1/ */ -/* /1* ************************************************************************** *1/ */ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* exec_math.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: ariard +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2017/03/07 10:58:49 by ariard #+# #+# */ +/* Updated: 2017/03/16 16:40:27 by jhalford ### ########.fr */ +/* */ +/* ************************************************************************** */ /* #include "minishell.h" */ diff --git a/42sh/src/job-control/process_format.c b/42sh/src/job-control/process_format.c index 01addc4f..56db10f5 100644 --- a/42sh/src/job-control/process_format.c +++ b/42sh/src/job-control/process_format.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/01/09 13:05:55 by jhalford #+# #+# */ -/* Updated: 2017/03/16 16:39:03 by jhalford ### ########.fr */ +/* Updated: 2017/03/16 16:39:58 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */