mirror of
https://github.com/electron/electron.git
synced 2026-02-07 05:35:02 -05:00
Fix cpplint errors in main_delegate.cc
This commit is contained in:
@@ -53,8 +53,10 @@ void MainDelegate::InitializeResourceBundle() {
|
||||
|
||||
std::vector<base::FilePath> pak_paths;
|
||||
AddPakPaths(&pak_paths);
|
||||
for (auto it = pak_paths.begin(), end = pak_paths.end(); it != end; ++it)
|
||||
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(*it, ui::SCALE_FACTOR_NONE);
|
||||
for (auto it = pak_paths.begin(), end = pak_paths.end(); it != end; ++it) {
|
||||
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(
|
||||
*it, ui::SCALE_FACTOR_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
||||
Reference in New Issue
Block a user