remove trailing space in Scilab generated code
This commit is contained in:
parent
2374ff914d
commit
424b20635f
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ public:
|
|||
if (functionReturnTypemap) {
|
||||
// Result is actually the position of output value on stack
|
||||
if (Len(functionReturnTypemap) > 0) {
|
||||
Printf(wrapper->code, "SWIG_Scilab_SetOutputPosition(%d); /* functionReturnTypemap */ \n", 1);
|
||||
Printf(wrapper->code, "SWIG_Scilab_SetOutputPosition(%d); /* functionReturnTypemap */\n", 1);
|
||||
}
|
||||
Replaceall(functionReturnTypemap, "$result", "1");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue