astyle formatting

This commit is contained in:
Daniel Marjamäki 2019-03-26 20:51:04 +01:00
parent 6b478c362e
commit 7c6f21a158
1 changed files with 1 additions and 2 deletions

View File

@ -246,8 +246,7 @@ void ImportProject::FileSettings::parseCommand(const std::string &command)
++pos;
const std::string stdval = readUntil(command, &pos, " ");
standard = stdval;
}
else if (F == 'i' && fval == "system") {
} else if (F == 'i' && fval == "system") {
++pos;
const std::string isystem = readUntil(command, &pos, " ");
systemIncludePaths.push_back(isystem);