Clean-up: normed out files

This commit is contained in:
Tanguy MAZE
2019-10-17 11:04:04 +02:00
parent d22bc173f1
commit 85af14cd9f
7 changed files with 29 additions and 31 deletions

View File

@@ -6,13 +6,13 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/09/20 14:42:30 by tmaze #+# #+# */
/* Updated: 2019/09/26 15:26:53 by tmaze ### ########.fr */
/* Updated: 2019/10/17 10:58:52 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
int cmd_echo(char** argv, t_env** env)
int cmd_echo(char **argv, t_env **env)
{
(void)argv;
(void)env;