summaryrefslogtreecommitdiffstats
path: root/src/s_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_destroy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_destroy.c b/src/s_destroy.c
index 12c2f7d..a2dd20b 100644
--- a/src/s_destroy.c
+++ b/src/s_destroy.c
@@ -16,8 +16,7 @@
#include "s_lalias.h"
#include "s_lvars.h"
-void
- s_destroy(t_msh *msh)
+void s_destroy(t_msh *msh)
{
ft_memdel((void*)&msh->prev_hist);
ft_memdel((void*)&msh->cwd);