matthieukern / atom-epitech-norm

1 stars 0 forks source link

indentation with a char '(' #9

Open MathieuCorti opened 8 years ago

MathieuCorti commented 8 years ago

while (str[j] != '(') ++j;

Normal indent while (str[i] != '(') ++i;