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:
@@ -90,7 +90,7 @@ QString ProjectFilesFactory::displayName() const
|
||||
ProjectFilesEditor::ProjectFilesEditor(ProjectFilesEditorWidget *editor)
|
||||
: BaseTextEditor(editor)
|
||||
{
|
||||
setContext(Core::Context(Constants::C_FILESEDITOR));
|
||||
setContext(Core::Context(Constants::C_FILESEDITOR));
|
||||
}
|
||||
|
||||
Core::Id ProjectFilesEditor::id() const
|
||||
|
||||
Reference in New Issue
Block a user