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,13 +6,13 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/06 15:23:33 by aortigos #+# #+# */
/* Updated: 2025/09/06 15:48:52 by aortigos ### ########.fr */
/* Updated: 2025/09/14 13:51:13 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
#include "Harl/Harl.hpp"
int main(int argc, char **argv)
int main(int argc, char **argv)
{
Harl h;
@@ -21,4 +21,4 @@ int main(int argc, char **argv)
else
std::cout << "Uso: ./harl {DEBUG | INFO | WARNING | ERROR}" << std::endl;
return (0);
}
}