summaryrefslogtreecommitdiffstats
path: root/src/b_unset.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_unset.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/b_unset.c b/src/b_unset.c
index 0df411a..116a1b3 100644
--- a/src/b_unset.c
+++ b/src/b_unset.c
@@ -102,9 +102,7 @@ static t_bool
return (FALSE);
}
-static void
- b_remove_it(const char arg[],
- t_msh *msh)
+static void b_remove_it(const char arg[], t_msh *msh)
{
if (b_removed_from_env(arg, msh) == FALSE)
{