update: fixed fold whitespace

This commit is contained in:
maix0 2024-10-04 18:32:30 +02:00
parent 3b869b9412
commit f5c9ee02c5
4 changed files with 13 additions and 17 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/02 18:43:41 by maiboyer #+# #+# */
/* Updated: 2024/10/03 22:31:21 by maiboyer ### ########.fr */
/* Updated: 2024/10/04 18:30:05 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -38,5 +38,6 @@ t_error ts_dq_apply_passes(t_vec_token ts, t_vec_token *out);
t_error ts_do_fuck_all(t_vec_token input, t_vec_token *output);
t_error ts_fold_expension(t_vec_token input, t_vec_token *output);
t_error ts_double_string_pass(t_vec_token input, t_vec_token *output);
t_error ts_fold_whitespace(t_vec_token input, t_vec_token *output);
#endif /* PASSES_H */