Remove trailing spaces in the generated code.
No functional changes
This commit is contained in:
parent
c3f3880d0c
commit
7a88729c87
6 changed files with 109 additions and 109 deletions
|
|
@ -72,11 +72,11 @@ void Swig_banner(File *f) {
|
|||
Printf(f, "/* ----------------------------------------------------------------------------\n\
|
||||
* This file was automatically generated by SWIG (http://www.swig.org).\n\
|
||||
* Version %s\n\
|
||||
* \n\
|
||||
* This file is not intended to be easily readable and contains a number of \n\
|
||||
*\n\
|
||||
* This file is not intended to be easily readable and contains a number of\n\
|
||||
* coding conventions designed to improve portability and efficiency. Do not make\n\
|
||||
* changes to this file unless you know what you are doing--modify the SWIG \n\
|
||||
* interface file instead. \n", Swig_package_version());
|
||||
* changes to this file unless you know what you are doing--modify the SWIG\n\
|
||||
* interface file instead.\n", Swig_package_version());
|
||||
/* String too long for ISO compliance */
|
||||
Printf(f, " * ----------------------------------------------------------------------------- */\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue