refactor
Refactoring
This commit is contained in:
parent
a3b50d6d93
commit
1764439305
@ -16,7 +16,7 @@ int main()
|
||||
putchar(vstup);
|
||||
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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user