Skip to content

Commit

Permalink
Fix incorrect whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Feb 13, 2017
1 parent a16acf3 commit 89552bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Modules/python.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 89552bb

Please sign in to comment.