Ending print with .

This commit is contained in:
aortigos
2026-03-16 10:08:11 +01:00
parent aaa9688308
commit 089eede851
4 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/02/21 11:37:41 by aortigos #+# #+# */
/* Updated: 2026/02/21 11:53:41 by aortigos ### ########.fr */
/* Updated: 2026/03/16 10:07:29 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -93,6 +93,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
os << bureaucrat.getName()
<< ", bureaucrat grade "
<< bureaucrat.getGrade()
<< "."
<< std::endl;
return (os);
}

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/02/21 12:10:56 by aortigos #+# #+# */
/* Updated: 2026/02/21 12:10:56 by aortigos ### ########.fr */
/* Updated: 2026/03/16 10:07:43 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -116,6 +116,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
os << bureaucrat.getName()
<< ", bureaucrat grade "
<< bureaucrat.getGrade()
<< "."
<< std::endl;
return (os);
}

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/02/21 12:12:30 by aortigos #+# #+# */
/* Updated: 2026/02/21 12:12:31 by aortigos ### ########.fr */
/* Updated: 2026/03/16 10:07:51 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -134,6 +134,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
os << bureaucrat.getName()
<< ", bureaucrat grade "
<< bureaucrat.getGrade()
<< "."
<< std::endl;
return (os);
}

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/02/21 12:13:44 by aortigos #+# #+# */
/* Updated: 2026/02/21 12:13:44 by aortigos ### ########.fr */
/* Updated: 2026/03/16 10:07:59 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -134,6 +134,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
os << bureaucrat.getName()
<< ", bureaucrat grade "
<< bureaucrat.getGrade()
<< "."
<< std::endl;
return (os);
}