Skip to content

Commit 3e0f1a5

Browse files
committed
GUI: Astyle fix.
1 parent 3b080e5 commit 3e0f1a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gui/applicationdialog.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ void ApplicationDialog::Ok()
116116
}
117117
else
118118
{
119-
// Convert possible native (Windows) path to internal presentation format
120-
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
121-
accept();
119+
// Convert possible native (Windows) path to internal presentation format
120+
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
121+
accept();
122122
}
123123
}
124124

0 commit comments

Comments
 (0)