From 89552bb2e77039b408989fe6eb0f5f5496786dcf Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 13 Feb 2017 20:17:38 +0000 Subject: [PATCH] Fix incorrect whitespace change --- Source/Modules/python.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx index 0852ce2419f..b42cf022fab 100644 --- a/Source/Modules/python.cxx +++ b/Source/Modules/python.cxx @@ -4604,7 +4604,7 @@ class PYTHON:public Language { modern = oldmodern; /* Restore shadow file back to original version */ - Delete(f_shadow); + Delete(f_shadow); f_shadow = f_shadow_file; return SWIG_OK;