From db9ba2468e66440bb7718493f11d11a407635ff9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Jun 2004 19:33:34 +0000 Subject: [PATCH] cleanup whitespace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_defs.i | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 77d040b614..83d95ba39f 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -30,13 +30,13 @@ // This one can be used to add a check for an existing wxApp before the real // work is done. An exception is raised if there isn't one. %define MustHaveApp(name) - %exception name { - if (!wxPyCheckForApp()) SWIG_fail; - PyThreadState* __tstate = wxPyBeginAllowThreads(); - $action - wxPyEndAllowThreads(__tstate); - if (PyErr_Occurred()) SWIG_fail; - } +%exception name { + if (!wxPyCheckForApp()) SWIG_fail; + PyThreadState* __tstate = wxPyBeginAllowThreads(); + $action + wxPyEndAllowThreads(__tstate); + if (PyErr_Occurred()) SWIG_fail; +} %enddef -- 2.47.2