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) {
|
void on_write_mirrors_config_finished (string choosen_country, string choosen_generation_method) {
|
||||||
int index = 0;
|
int index = 0;
|
||||||
string choosen_country_ = dgettext (null, "Worldwide");
|
string choosen_country_ = dgettext (null, "Worldwide");
|
||||||
if ( choosen_country != "ALL") {
|
if (choosen_country != "ALL") {
|
||||||
choosen_country_ = choosen_country;
|
choosen_country_ = choosen_country;
|
||||||
}
|
}
|
||||||
mirrors_country_comboboxtext.model.foreach ((model, path, iter) => {
|
mirrors_country_comboboxtext.model.foreach ((model, path, iter) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user