Fixed a code style issue.

Wed, 26 Oct 2016 19:29:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 26 Oct 2016 19:29:01 +0200
changeset 5277
ed66a44dcd84
parent 5276
c8055cb37262
child 5278
efd21f457e06

Fixed a code style issue.

DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugClientBase.py	Wed Oct 26 19:27:11 2016 +0200
+++ b/DebugClients/Python/DebugClientBase.py	Wed Oct 26 19:29:01 2016 +0200
@@ -1684,7 +1684,7 @@
                     elif ConfigVarTypeStrings.index('instance') in filter:
                         continue
                     
-                    if (not valtypestr.startswith('type ') and 
+                    if (not valtypestr.startswith('type ') and
                             valtypename not in
                             ["ndarray", "MultiValueDict", "array"]):
                         valtype = valtypestr

eric ide

mercurial