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

Unified Diff: pdf/chunk_stream.h

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 | « no previous file | pdf/chunk_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/chunk_stream.h
diff --git a/pdf/chunk_stream.h b/pdf/chunk_stream.h
index d2d8d2a13d4a4343bc5acadb263e1a5c0b83bd09..e669bb7727568ece9e3bb7ca22c795937981feea 100644
--- a/pdf/chunk_stream.h
+++ b/pdf/chunk_stream.h
@@ -29,8 +29,9 @@ class ChunkStream {
bool ReadData(size_t offset, size_t size, void* buffer) const;
// Returns vector of pairs where first is an offset, second is a size.
- bool GetMissedRanges(size_t offset, size_t size,
- std::vector<std::pair<size_t, size_t> >* ranges) const;
+ bool GetMissedRanges(size_t offset,
+ size_t size,
+ std::vector<std::pair<size_t, size_t>>* ranges) const;
bool IsRangeAvailable(size_t offset, size_t size) const;
size_t GetFirstMissingByte() const;
« no previous file with comments | « no previous file | pdf/chunk_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698