Applied norminette syntax for visual enjoyment

This commit is contained in:
Angel Ortigosa Perez
2025-09-14 13:52:18 +02:00
parent a56df94b5d
commit 661e81b552
24 changed files with 48 additions and 48 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/05 17:04:19 by aortigos #+# #+# */
/* Updated: 2025/09/06 01:19:33 by aortigos ### ########.fr */
/* Updated: 2025/09/14 13:48:16 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -14,9 +14,9 @@
Zombie* newZombie( std::string name )
{
Zombie *z;
Zombie *z;
z = new Zombie(name);
return (z);
}
}