style: adding indentation in all the file

This commit is contained in:
Raphael 2025-04-12 22:40:50 +02:00
parent 60130138d7
commit e4ad6feeb5

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */ /* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/08 12:15:32 by rparodi #+# #+# */ /* Created: 2025/04/08 12:15:32 by rparodi #+# #+# */
/* Updated: 2025/04/12 22:30:40 by rparodi ### ########.fr */ /* Updated: 2025/04/12 22:37:50 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -89,7 +89,6 @@ std::string itoa_home(int i) {
return oss.str(); return oss.str();
} }
bool is_valid_format_date(std::string str) { bool is_valid_format_date(std::string str) {
regex_t regex; regex_t regex;