style(test/convert): normed the itoa tabs
This commit is contained in:
parent
7e80beedb8
commit
0bb6d77dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */
|
||||
/* Updated: 2025/09/05 15:08:52 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/09/05 16:10:48 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
int main(void)
|
||||
{
|
||||
const int integer[] = {0, 42, -42, +-42, -2147483648, 2147483647};
|
||||
const int integer[] = {0, 42, -42, + -42, -2147483648, 2147483647};
|
||||
char result[1024];
|
||||
size_t i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue