Skip to content

Commit

Permalink
Remove useless space
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Couvert committed May 20, 2011
1 parent 3a37d7d commit 6db40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/scilab/enum/example.c
Expand Up @@ -7,7 +7,7 @@ void enum_test(color c) {
if (c == RED) {
printf("color = RED\n");
} else if (c == BLUE) {
printf("color = BLUE\n ");
printf("color = BLUE\n");
} else if (c == GREEN) {
printf("color = GREEN\n");
} else {
Expand Down

0 comments on commit 6db40d8

Please sign in to comment.