aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2013-09-13 09:36:26 +0200
committerSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2013-09-13 10:02:39 +0200
commit7a88729c87487c13163748c24b95196674f8ed21 (patch)
tree7809b9072cafbe16a3566f854d8b297d8e49fc10 /Source/Swig
parentc3f3880d0c55f55d9f83dd2d84be685b6b361cc7 (diff)
downloadswig-7a88729c87487c13163748c24b95196674f8ed21.tar.gz
Remove trailing spaces in the generated code.
No functional changes
Diffstat (limited to 'Source/Swig')
-rw-r--r--Source/Swig/misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Swig/misc.c b/Source/Swig/misc.c
index efa397878..651b94cf1 100644
--- a/Source/Swig/misc.c
+++ b/Source/Swig/misc.c
@@ -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");