aboutsummaryrefslogtreecommitdiff
path: root/include/libft_rbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libft_rbt.h')
-rw-r--r--include/libft_rbt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libft_rbt.h b/include/libft_rbt.h
index 57653cc..6865cdf 100644
--- a/include/libft_rbt.h
+++ b/include/libft_rbt.h
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/26 16:09:51 by charles #+# #+# */
-/* Updated: 2020/04/26 20:25:36 by charles ### ########.fr */
+/* Updated: 2020/05/11 16:11:16 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -92,5 +92,4 @@ t_ftrbt *ft_rbtinsert(
void *data,
int (*cmp)(void*, void*));
-
#endif