summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-13 20:17:38 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-13 20:17:38 +0000
commit89552bb2e77039b408989fe6eb0f5f5496786dcf (patch)
treefce1f8ec54a2b02ee9b573c6d0b52adc4e2010a1
parenta16acf39f61ed19e748f31f9ecbcc606cc5a7487 (diff)
downloadswig-89552bb2e77039b408989fe6eb0f5f5496786dcf.tar.gz
Fix incorrect whitespace change
-rw-r--r--Source/Modules/python.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx
index 0852ce241..b42cf022f 100644
--- a/Source/Modules/python.cxx
+++ b/Source/Modules/python.cxx
@@ -4604,7 +4604,7 @@ public:
modern = oldmodern;
/* Restore shadow file back to original version */
- Delete(f_shadow);
+ Delete(f_shadow);
f_shadow = f_shadow_file;
return SWIG_OK;