aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/signature.cpp
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-09-30 10:30:50 +0200
committerChristian Tismer <tismer@stackless.com>2018-06-05 16:35:50 +0000
commitf1a63ad5de35a2dd209ba1528cc8b688c1b975ec (patch)
tree2189367b78580b231f26f9f5dee1254c67aa2add /sources/shiboken2/libshiboken/signature.cpp
parentf73dd54372d55fb9b3796e3c76af434cb96b5609 (diff)
Signature: Remove post 5.6 parts, fix coding style5.6
Complements 30a1c9c41e5e6d4166f171b9477c6f46cafa782f. Task-number: PYSIDE-510 Change-Id: Ibbcace1eac4e0767a9b8fc6de88dc1ba531ad150 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken2/libshiboken/signature.cpp')
-rw-r--r--sources/shiboken2/libshiboken/signature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/libshiboken/signature.cpp b/sources/shiboken2/libshiboken/signature.cpp
index 2b1447140..e50e6347f 100644
--- a/sources/shiboken2/libshiboken/signature.cpp
+++ b/sources/shiboken2/libshiboken/signature.cpp
@@ -323,7 +323,7 @@ static const char PySide_PythonCode[] =
" print('Exception:', e)\n"
" traceback.print_exc(file=sys.stdout)\n"
" globals().update(locals())\n"
- ;
+ "";
static safe_globals_struc *
init_phase_1(void)