forked from cromer/pamac-classic
fix style and indentation
This commit is contained in:
parent
649ed1970e
commit
2352ecd926
@ -342,7 +342,7 @@ namespace Pamac {
|
||||
void on_write_mirrors_config_finished (string choosen_country, string choosen_generation_method) {
|
||||
int index = 0;
|
||||
string choosen_country_ = dgettext (null, "Worldwide");
|
||||
if ( choosen_country != "ALL") {
|
||||
if (choosen_country != "ALL") {
|
||||
choosen_country_ = choosen_country;
|
||||
}
|
||||
mirrors_country_comboboxtext.model.foreach ((model, path, iter) => {
|
||||
|
Loading…
Reference in New Issue
Block a user