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

@ -1464,10 +1464,9 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile)
ImportProject p;
QString prjfile;
if(QFileInfo(projectFile->getImportProject()).isAbsolute()) {
if (QFileInfo(projectFile->getImportProject()).isAbsolute()) {
prjfile = projectFile->getImportProject();
}
else {
} else {
prjfile = inf.canonicalPath() + '/' + projectFile->getImportProject();
}
try {