mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -90,8 +90,9 @@ size_t CefPrintSettingsImpl::GetPageRangesCount() {
|
||||
|
||||
void CefPrintSettingsImpl::GetPageRanges(PageRangeList& ranges) {
|
||||
CEF_VALUE_VERIFY_RETURN_VOID(false);
|
||||
if (!ranges.empty())
|
||||
if (!ranges.empty()) {
|
||||
ranges.clear();
|
||||
}
|
||||
const printing::PageRanges& page_ranges = const_value().ranges();
|
||||
printing::PageRanges::const_iterator it = page_ranges.begin();
|
||||
for (; it != page_ranges.end(); ++it) {
|
||||
|
Reference in New Issue
Block a user