ronanboiteau / NormEZ

Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misplaced space(s) around '++' sign and Wrong Tabulation in Makefile

hugojeanmaire1 opened this issue · comments

commented

Hello,

When i make nb++ for example, but NormEZ tells me that I have misplaced space(s) around '++' sign, but only there aren't misplaced space(s) around this with this code as for example:
if (test_neg1 == 1) {
my_putchar('-');
nb1++;
nb2++;
}

And in Makefile, there are tabulation, but NormEZ wait for spaces

Indentation check in Makefile fixed in #24

Thanks for the fix! I merged it with the master branch 👍