CREATE_PROJECT: Fix "if" formatting.
This commit is contained in:
parent
84426c6355
commit
73598c64dc
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ std::string XCodeProvider::writeSetting(const std::string &variable, const Setti
|
|||
for (unsigned int i = 0, count = 0; i < setting.entries.size(); ++i) {
|
||||
|
||||
std::string value = setting.entries.at(i).value;
|
||||
if(!value.empty()) {
|
||||
if (!value.empty()) {
|
||||
if (count++ > 0)
|
||||
output += "," + newline;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue