Dumper: unify Codestyle

generated with autopep8 and the introduced setup.cfg

Change-Id: I5b55a7937f2cde81be59d2b434e94ada1a4af5ab
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2020-02-24 14:37:56 +01:00
parent 8940522fe2
commit 0776340ad8
13 changed files with 1201 additions and 822 deletions
+4 -4
View File
@@ -26,7 +26,7 @@
# Debugger start modes. Keep in sync with DebuggerStartMode in debuggerconstants.h
class DebuggerStartMode:
class DebuggerStartMode():
(
NoStartMode,
StartInternal,
@@ -41,7 +41,7 @@ class DebuggerStartMode:
# Known special formats. Keep in sync with DisplayFormat in debuggerprotocol.h
class DisplayFormat:
class DisplayFormat():
(
AutomaticFormat,
RawFormat,
@@ -67,7 +67,7 @@ class DisplayFormat:
# Breakpoints. Keep synchronized with BreakpointType in breakpoint.h
class BreakpointType:
class BreakpointType():
(
UnknownType,
BreakpointByFileAndLine,
@@ -87,7 +87,7 @@ class BreakpointType:
# Internal codes for types keep in sync with cdbextensions pytype.cpp
class TypeCode:
class TypeCode():
(
TypeCodeTypedef,
TypeCodeStruct,