From 01cadc747cde18bf868333b58ced5191c93f6723 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 28 Jan 2025 14:02:44 +0100 Subject: [PATCH] style: space on the high five --- cpp03/ex02/FragTrap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp03/ex02/FragTrap.cpp b/cpp03/ex02/FragTrap.cpp index 57478c5..278d036 100644 --- a/cpp03/ex02/FragTrap.cpp +++ b/cpp03/ex02/FragTrap.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/01/24 17:41:01 by rparodi #+# #+# */ -/* Updated: 2025/01/24 21:01:58 by rparodi ### ########.fr */ +/* Updated: 2025/01/28 14:02:17 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -21,5 +21,5 @@ FragTrap::FragTrap (std::string name) { } void FragTrap::highFivesGuys() { - std::cout << "\n[Clap] FragTrap:\n\t" << "Name:" << _name << "Hey bro can i get an high five ? Thanks u brother !" << _name << "Hey bro can i get an high five ? Thanks u brother !" << std::endl; + std::cout << "\n[Clap] FragTrap:\n\t" << "Name:" << _name << " Hey bro can i get an high five ? Thanks u brother !" << _name << "Hey bro can i get an high five ? Thanks u brother !" << std::endl; }