reindent code

This commit is contained in:
Boris Faure 2019-01-19 23:07:07 +01:00
parent 3833252ad2
commit b7e84963c7
1 changed files with 1 additions and 1 deletions

View File

@ -2853,7 +2853,7 @@ _handle_esc_csi_rep(Termpty *ty, Eina_Unicode **ptr)
if (arg <= 0)
{
arg = 1;
arg = 1;
}
else if (arg > screen_size)
{