matthieukern / atom-epitech-norm

1 stars 0 forks source link

indentation bug #1

Closed bastiencecere closed 9 years ago

bastiencecere commented 9 years ago

if (i < 0) return (EXIT_SUCCESS); else return (EXIT_FAILURE);

--> It misses the second return indentation ^^