octave.cxx: remote whitespaces
This commit is contained in:
parent
66f4f7de8e
commit
99bb5dcc70
1 changed files with 2 additions and 2 deletions
|
|
@ -866,10 +866,10 @@ public:
|
|||
} else {
|
||||
Swig_warning(WARN_TYPEMAP_VAROUT_UNDEF, input_file, line_number, "Unable to read variable of type %s\n", SwigType_str(t, 0));
|
||||
}
|
||||
Append(getf->code, " return obj;\n");
|
||||
Append(getf->code, "return obj;\n");
|
||||
if (addfail) {
|
||||
Append(getf->code, "fail:\n");
|
||||
Append(getf->code, " return octave_value_list();\n");
|
||||
Append(getf->code, "return octave_value_list();\n");
|
||||
}
|
||||
Append(getf->code, "}\n");
|
||||
Wrapper_print(getf, f_wrappers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue