Fixed indentation and removed whitespaces at the end of line
svn-id: r35481
This commit is contained in:
parent
2ec51ef358
commit
b1999a2a16
71 changed files with 651 additions and 651 deletions
|
@ -76,7 +76,7 @@ MassAddDialog::MassAddDialog(const Common::FSNode &startDir)
|
|||
|
||||
_gameProgressText = new StaticTextWidget(this, "MassAdd.GameProgressText",
|
||||
"... progress ...");
|
||||
|
||||
|
||||
_dirProgressText->setAlign(Graphics::kTextAlignCenter);
|
||||
_gameProgressText->setAlign(Graphics::kTextAlignCenter);
|
||||
|
||||
|
@ -186,7 +186,7 @@ void MassAddDialog::handleTickle() {
|
|||
assert(dom);
|
||||
|
||||
if ((*dom)["gameid"] == result["gameid"] &&
|
||||
(*dom)["platform"] == result["platform"] &&
|
||||
(*dom)["platform"] == result["platform"] &&
|
||||
(*dom)["language"] == result["language"]) {
|
||||
duplicate = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue