Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
fix-gros-grains: correction indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelzor committed Oct 27, 2019
1 parent 4f968e8 commit 2b45bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ int main(int argc, char* argv[]) {
interpreteur.analyse();
// Si pas d'exception levée, l'analyse syntaxique a réussi
if(interpreteur.getArbre() != nullptr){
cout << endl << "================ Syntaxe Correcte" << endl;
cout << endl << "================ Syntaxe Correcte" << endl;
} else {
cout << endl << "================ Syntaxe Incorrecte" << endl;
cout << endl << "================ Syntaxe Incorrecte" << endl;
}
if (compile) {
compiler(*out, interpreteur.getTable(), interpreteur.getArbre());
Expand Down

0 comments on commit 2b45bf8

Please sign in to comment.