Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterOlivier committed Oct 31, 2024
1 parent 79267ce commit 54a9c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/lang/c90/examples/hello-world.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void printHello(char *name) {
print("!");
}

int main(int argc, char *argv[]) {
int main(int argc, char *argv[]) {
char *name;
if (argc > 1) {
name = argv[1];
Expand Down

0 comments on commit 54a9c53

Please sign in to comment.