Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: pdf/pdfium/pdfium_range.cc

Issue 2828413005: Clang format pdf/ (Closed)
Patch Set: Manual tweaks Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pdf/pdfium/pdfium_page.cc ('k') | pdf/preview_mode_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_range.cc
diff --git a/pdf/pdfium/pdfium_range.cc b/pdf/pdfium/pdfium_range.cc
index 398002959b8263e202f20caa0d8f3346a439b9ba..7e30e19a8659db3d0174eb8c64b3d0fbfaed3880 100644
--- a/pdf/pdfium/pdfium_range.cc
+++ b/pdf/pdfium/pdfium_range.cc
@@ -14,8 +14,7 @@ PDFiumRange::PDFiumRange(PDFiumPage* page, int char_index, int char_count)
: page_(page),
char_index_(char_index),
char_count_(char_count),
- cached_screen_rects_zoom_(0) {
-}
+ cached_screen_rects_zoom_(0) {}
PDFiumRange::PDFiumRange(const PDFiumRange& that) = default;
@@ -68,8 +67,7 @@ base::string16 PDFiumRange::GetText() const {
}
if (count > 0) {
- PDFiumAPIStringBufferAdapter<base::string16> api_string_adapter(&rv,
- count,
+ PDFiumAPIStringBufferAdapter<base::string16> api_string_adapter(&rv, count,
false);
unsigned short* data =
reinterpret_cast<unsigned short*>(api_string_adapter.GetData());
« no previous file with comments | « pdf/pdfium/pdfium_page.cc ('k') | pdf/preview_mode_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698