style: correction of the clangd file
This commit is contained in:
parent
5ab3c6d741
commit
675fd26609
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CompileFlags:
|
||||
Compiler: c++
|
||||
Add:
|
||||
- "-xc++"
|
||||
- "-std=c++98"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/17 15:09:21 by rparodi #+# #+# */
|
||||
/* Updated: 2024/10/21 17:13:54 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/12/17 23:00:21 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -31,6 +31,7 @@ void PhoneBook::searching_header()
|
|||
std::cout << CLR_GREY << "|" << CLR_GOLD << std::setw(10)<< "Nickname" << CLR_RESET;
|
||||
std::cout << CLR_GREY << "|" << CLR_RESET << std::endl;
|
||||
}
|
||||
|
||||
void PhoneBook::search()
|
||||
{
|
||||
unsigned long long chosen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue