@ -30,7 +30,7 @@ static char *ft_spacer_after(const char *str)
i++;
if (ft_is_in("><|", out[i - 1]))
{
while (str[i] == out[i - 1])
while (out[i] == out[i - 1])
temp = ft_strreplace(out, " ", i, i);
free(out);
The note is not visible to the blocked user.