Remove useless space
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12697 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3a37d7d86e
commit
6db40d8378
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue