summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
index 6e233670855..fbb63d88394 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
@@ -553,9 +553,9 @@ protected:
eIOHandlerBreakpoint,
eIOHandlerWatchpoint
};
- PythonObject &
- GetMainModule ();
-
+
+ PythonObject &GetMainModule();
+
PythonDictionary &
GetSessionDictionary ();
@@ -564,7 +564,7 @@ protected:
bool
GetEmbeddedInterpreterModuleObjects ();
-
+
PythonObject m_saved_stdin;
PythonObject m_saved_stdout;
PythonObject m_saved_stderr;
OpenPOWER on IntegriCloud