astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-03-06 22:51:06 +01:00
parent 6b45be6c94
commit b66a214ce5
1 changed files with 2 additions and 3 deletions

View File

@ -1466,8 +1466,7 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile)
if (QFileInfo(projectFile->getImportProject()).isAbsolute()) {
prjfile = projectFile->getImportProject();
}
else {
} else {
prjfile = inf.canonicalPath() + '/' + projectFile->getImportProject();
}
try {