fixed some norme

This commit is contained in:
mdev9
2024-03-23 19:26:10 +01:00
parent 19bf6c24ff
commit aed056ae87
12 changed files with 62 additions and 62 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/05 18:22:15 by marde-vr #+# #+# */
/* Updated: 2024/03/22 14:07:57 by tomoron ### ########.fr */
/* Updated: 2024/03/23 19:22:20 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -70,7 +70,7 @@ char **get_cmd_args(t_msh *msh)
{
if (cur_cmd->type == ARG)
{
if(!i)
if (!i)
cmd_args[i] = remove_path(cur_cmd->token);
else
cmd_args[i] = cur_cmd->token;