[apps/code/python] Inline and indent some code

This commit is contained in:
Léa Saviot
2019-01-04 15:20:02 +01:00
committed by EmilieNumworks
parent 216b16fc11
commit 8830821d0e
4 changed files with 18 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ ConsoleController::ConsoleController(Responder * parentResponder, App * pythonDe
m_sandboxController(this),
m_inputRunLoopActive(false)
#if EPSILON_GETOPT
, m_locked(lockOnConsole)
, m_locked(lockOnConsole)
#endif
{
m_selectableTableView.setMargins(0, Metric::CommonRightMargin, 0, Metric::TitleBarExternHorizontalMargin);