forked from qt-creator/qt-creator
Fix indentation
Mostly 3 leading spaces converted to 4 A few other indentation issues Change-Id: Ib0db5925cac4d2999faf5699cd570884cbcd4863 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1285,7 +1285,7 @@ template <class NonModalDialog>
|
||||
|
||||
void GitPlugin::branchList()
|
||||
{
|
||||
showNonModalDialog(currentState().topLevel(), m_branchDialog);
|
||||
showNonModalDialog(currentState().topLevel(), m_branchDialog);
|
||||
}
|
||||
|
||||
void GitPlugin::remoteList()
|
||||
|
||||
@@ -232,7 +232,7 @@ void GitSubmitEditorWidget::authorInformationChanged()
|
||||
m_gitSubmitPanelUi.invalidEmailLabel->
|
||||
setVisible(!emailIsValid() && !bothEmpty);
|
||||
|
||||
updateSubmitAction();
|
||||
updateSubmitAction();
|
||||
}
|
||||
|
||||
bool GitSubmitEditorWidget::emailIsValid() const
|
||||
|
||||
Reference in New Issue
Block a user