autoformat
This commit is contained in:
parent
bb381be55f
commit
caaa010160
|
@ -32,7 +32,7 @@ int main(int argc, char *argv[]) {
|
|||
fprintf(stderr, "Only Supporting Select Statements!\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,4 +49,4 @@ void evaluate_statement(Statement* stmt) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -137,4 +137,4 @@ int main(int argc, char *argv[]) {
|
|||
printf("######################################\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue