refactor
Refactoring
This commit is contained in:
parent
856fa890a2
commit
91e4d7dbd8
@ -16,7 +16,7 @@ int main()
|
|||||||
putchar(vstup);
|
putchar(vstup);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (vstup == '\t') //nemal by sa individualne handlovat tab vo vlastnom else if statemente, ale ajtak
|
else if (vstup == '\t') //nemal by sa individualne handlovat tab vo vlastnom else
|
||||||
{
|
{
|
||||||
putchar(vstup);
|
putchar(vstup);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user