astyle formatting
This commit is contained in:
parent
6b478c362e
commit
7c6f21a158
|
@ -246,8 +246,7 @@ void ImportProject::FileSettings::parseCommand(const std::string &command)
|
||||||
++pos;
|
++pos;
|
||||||
const std::string stdval = readUntil(command, &pos, " ");
|
const std::string stdval = readUntil(command, &pos, " ");
|
||||||
standard = stdval;
|
standard = stdval;
|
||||||
}
|
} else if (F == 'i' && fval == "system") {
|
||||||
else if (F == 'i' && fval == "system") {
|
|
||||||
++pos;
|
++pos;
|
||||||
const std::string isystem = readUntil(command, &pos, " ");
|
const std::string isystem = readUntil(command, &pos, " ");
|
||||||
systemIncludePaths.push_back(isystem);
|
systemIncludePaths.push_back(isystem);
|
||||||
|
|
Loading…
Reference in New Issue