Clean-up: normed out files
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/09/20 14:42:01 by tmaze #+# #+# */
|
||||
/* Updated: 2019/10/10 16:05:56 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/10/17 10:58:23 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "minishell.h"
|
||||
|
||||
int cmd_unsetenv(char** argv, t_env** env)
|
||||
int cmd_unsetenv(char **argv, t_env **env)
|
||||
{
|
||||
t_env **it;
|
||||
t_env *tmp;
|
||||
|
Reference in New Issue
Block a user