aboutsummaryrefslogtreecommitdiff
path: root/Lib/swiglabels.swg
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 /Lib/swiglabels.swg
parentc3f3880d0c55f55d9f83dd2d84be685b6b361cc7 (diff)
downloadswig-7a88729c87487c13163748c24b95196674f8ed21.tar.gz
Remove trailing spaces in the generated code.
No functional changes
Diffstat (limited to 'Lib/swiglabels.swg')
-rw-r--r--Lib/swiglabels.swg12
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/swiglabels.swg b/Lib/swiglabels.swg
index b943afb47..d428ac33d 100644
--- a/Lib/swiglabels.swg
+++ b/Lib/swiglabels.swg
@@ -29,28 +29,28 @@
#ifndef SWIGUNUSED
# if defined(__GNUC__)
# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
-# define SWIGUNUSED __attribute__ ((__unused__))
+# define SWIGUNUSED __attribute__ ((__unused__))
# else
# define SWIGUNUSED
# endif
# elif defined(__ICC)
-# define SWIGUNUSED __attribute__ ((__unused__))
+# define SWIGUNUSED __attribute__ ((__unused__))
# else
-# define SWIGUNUSED
+# define SWIGUNUSED
# endif
#endif
#ifndef SWIG_MSC_UNSUPPRESS_4505
# if defined(_MSC_VER)
# pragma warning(disable : 4505) /* unreferenced local function has been removed */
-# endif
+# endif
#endif
#ifndef SWIGUNUSEDPARM
# ifdef __cplusplus
# define SWIGUNUSEDPARM(p)
# else
-# define SWIGUNUSEDPARM(p) p SWIGUNUSED
+# define SWIGUNUSEDPARM(p) p SWIGUNUSED
# endif
#endif
@@ -93,7 +93,7 @@
# define SWIGSTDCALL __stdcall
# else
# define SWIGSTDCALL
-# endif
+# endif
#endif
/* Deal with Microsoft's attempt at deprecating C standard runtime functions */