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

Unified Diff: net/spdy/fuzzing/hpack_fuzz_util.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/spdy/fuzzing/hpack_fuzz_util.h
diff --git a/net/spdy/fuzzing/hpack_fuzz_util.h b/net/spdy/fuzzing/hpack_fuzz_util.h
index 18a5f33e4fa43a04af7b9e960ff146ea078c803a..7668848ed1ef9612c9609823eceb91d6e2d16892 100644
--- a/net/spdy/fuzzing/hpack_fuzz_util.h
+++ b/net/spdy/fuzzing/hpack_fuzz_util.h
@@ -43,12 +43,8 @@ class NET_EXPORT_PRIVATE HpackFuzzUtil {
Input(); // Initializes |offset| to zero.
~Input();
- size_t remaining() {
- return input.size() - offset;
- }
- const char* ptr() {
- return input.data() + offset;
- }
+ size_t remaining() { return input.size() - offset; }
+ const char* ptr() { return input.data() + offset; }
std::string input;
size_t offset;

Powered by Google App Engine
This is Rietveld 408576698