autoformat

This commit is contained in:
Pedro 2014-10-20 22:24:06 +02:00
parent bb381be55f
commit caaa010160
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ int main(int argc, char *argv[]) {
fprintf(stderr, "Only Supporting Select Statements!\n");
}
}
return 0;
}

View File

@ -49,4 +49,4 @@ void evaluate_statement(Statement* stmt) {
default:
break;
}
}
}

View File

@ -137,4 +137,4 @@ int main(int argc, char *argv[]) {
printf("######################################\n");
return 0;
}
}